summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjefersonf <jeferson.silva>2021-10-30 14:32:02 -0300
committerjefersonf <jeferson.silva>2021-10-30 14:32:02 -0300
commit22de8f34362dd78a80020d4e2b009991c92781db (patch)
treebf35d40f72eb630ae464dbd53f0d551e4a37fa93
parenta1dc106a7cb2da5ee97c69588be8344aa8d961be (diff)
downloadlua-language-server-22de8f34362dd78a80020d4e2b009991c92781db.zip
fix another typo dose -> does
-rw-r--r--locale/en-us/script.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index b897d36f..31df7ec0 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -95,7 +95,7 @@ PARSER_UNSUPPORT_SYMBOL = '{version} does not support this grammar.'
PARSER_UNEXPECT_DOTS = 'Cannot use `...` outside a vararg function.'
PARSER_UNEXPECT_SYMBOL = 'Unexpected symbol `{symbol}` .'
PARSER_UNKNOWN_TAG = 'Unknown attribute.'
-PARSER_MULTI_TAG = 'Dose not support multi attributes.'
+PARSER_MULTI_TAG = 'Does not support multi attributes.'
PARSER_UNEXPECT_LFUNC_NAME = 'Local function can only use identifiers as name.'
PARSER_UNEXPECT_EFUNC_NAME = 'Function as expression cannot be named.'
PARSER_ERR_LCOMMENT_END = 'Multi-line annotations should be closed by `{symbol}` .'