stupid typo

svn: r11878
This commit is contained in:
Eli Barzilay 2008-09-25 20:41:39 +00:00
parent fa86e9ee9f
commit e328ad4136

View File

@ -382,7 +382,8 @@ code.}
(lambda (where)
(case (message (string-append
"Incomplete coverage at "where", do you want"
" to save this submission with 10% penalty?"))
" to save this submission with 10% penalty?")
'(yes-no))
[(yes) (add-header-line! "No full coverage <*90%>")
(message "Handin saved with penalty.")]
[else (error "aborting submission")])))]}