mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Misspelled 'deprecated'
This commit is contained in:
parent
8db22b02e1
commit
55ea991da7
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ readSingleQuotedPart =
|
||||||
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
|
||||||
readBackTicked = do
|
readBackTicked = do
|
||||||
id <- getNextId
|
id <- getNextId
|
||||||
parseNote WarningC "Use $(..) instead of deprected `..` backtick expansion."
|
parseNote WarningC "Use $(..) instead of deprecated `..` backtick expansion."
|
||||||
pos <- getPosition
|
pos <- getPosition
|
||||||
char '`'
|
char '`'
|
||||||
f <- readGenericLiteral (char '`')
|
f <- readGenericLiteral (char '`')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue