Misspelled 'deprecated'

This commit is contained in:
Vidar Holen 2012-11-27 23:42:50 -08:00
parent 8db22b02e1
commit 55ea991da7
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ readSingleQuotedPart =
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
readBackTicked = do
id <- getNextId
parseNote WarningC "Use $(..) instead of deprected `..` backtick expansion."
parseNote WarningC "Use $(..) instead of deprecated `..` backtick expansion."
pos <- getPosition
char '`'
f <- readGenericLiteral (char '`')