diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-04 16:37:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-04 16:37:55 -0400 |
commit | 10876ca59e296c40f1e992c8521f67a66ec41a1c (patch) | |
tree | c92f4f783955ef66e8ab5aac67553fcddf4e719b /Messages.hs | |
parent | 90ab17e15394892c6b0a17682d317085bab3e711 (diff) |
wording
Diffstat (limited to 'Messages.hs')
-rw-r--r-- | Messages.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs index a0bd20ca3..982b9313c 100644 --- a/Messages.hs +++ b/Messages.hs @@ -120,7 +120,7 @@ showRaw :: String -> Annex () showRaw s = handle q $ putStrLn s {- This avoids ghc's output layer crashing on invalid encoded characters in - - files when printing them out. + - filenames when printing them out. -} setupConsole :: IO () setupConsole = do |