From 60e80e4ce1323b4f5944018dd5e132b0287cffd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Apr 2020 08:29:38 +0300 Subject: [PATCH] Spelling fixes --- src/ShellCheck/Parser.hs | 2 +- test/check_release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ShellCheck/Parser.hs b/src/ShellCheck/Parser.hs index b96aee7..46d7ace 100644 --- a/src/ShellCheck/Parser.hs +++ b/src/ShellCheck/Parser.hs @@ -2622,7 +2622,7 @@ readFunctionDefinition = called "function" $ do readWithoutFunction = try $ do name <- many1 functionChars - guard $ name /= "time" -- Interfers with time ( foo ) + guard $ name /= "time" -- Interferes with time ( foo ) spacing readParens return $ \id -> T_Function id (FunctionKeyword False) (FunctionParentheses True) name diff --git a/test/check_release b/test/check_release index b9cd34b..91001fb 100755 --- a/test/check_release +++ b/test/check_release @@ -9,7 +9,7 @@ fail() { if git diff | grep -q "" then - fail "There are uncommited changes" + fail "There are uncommitted changes" fi current=$(git tag --points-at)