Skip to content

Commit

Permalink
fix an embarrasing typo
Browse files Browse the repository at this point in the history
darcs-hash:20070131160349-f399b-411ede4c266bef392218212729b21e9d29702e5c
  • Loading branch information
robdockins committed Jan 31, 2007
1 parent 06c589c commit d169d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Console/Shell/Backend/Basic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ basicBackend = ShBackend
, addHistory = \_ _ -> return ()
, setWordBreakChars = \_ _ -> return ()
, getWordBreakChars = \_ -> return " \t\n\r\v`~!@#$%^&*()=[]{};\\\'\",<>"
, onCancel = \_ -> hPutStrLn stdout "cancled...\n"
, onCancel = \_ -> hPutStrLn stdout "canceled...\n"
, setAttemptedCompletionFunction = \_ _ -> return ()
, setDefaultCompletionFunction = \_ _ -> return ()
, completeFilename = \_ _ -> return []
Expand Down

0 comments on commit d169d84

Please sign in to comment.