From 69234ac4bc9008f7a92dcec71604e5b0660924ba Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 6 Nov 2017 09:32:53 +0100 Subject: [PATCH] fix typo thanks to lintian > lua-check: spelling-error-in-manpage usr/share/man/man1/luacheck.1.gz occured occurred --- docsrc/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/cli.rst b/docsrc/cli.rst index 04fb3e03..8401b01f 100644 --- a/docsrc/cli.rst +++ b/docsrc/cli.rst @@ -41,7 +41,7 @@ The output of ``luacheck`` consists of separate reports for each checked file an ``luacheck`` chooses exit code as follows: * Exit code is ``0`` if no warnings or errors occurred. -* Exit code is ``1`` if some warnings occured but there were no syntax errors or invalid inline options. +* Exit code is ``1`` if some warnings occurred but there were no syntax errors or invalid inline options. * Exit code is ``2`` if there were some syntax errors or invalid inline options. * Exit code is ``3`` if some files couldn't be checked, typically due to an incorrect file name. * Exit code is ``4`` if there was a critical error (invalid CLI arguments, config, or cache file).