Skip to content

Commit 6a98374

Browse files
committed
Fix typo: dose -> does
1 parent 24b9faa commit 6a98374

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

locale/en-us/script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ CONFIG_MODIFY_FAIL_NO_WORKSPACE =
604604
[[
605605
Failed to modify settings:
606606
* The current mode is single-file mode, server cannot create `.luarc.json` without workspace.
607-
* The language client dose not support modifying settings from the server side.
607+
* The language client does not support modifying settings from the server side.
608608
609609
Please modify following settings manually:
610610
{}

locale/pt-br/script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ CONFIG_MODIFY_FAIL_NO_WORKSPACE = -- TODO: need translate!
604604
[[
605605
Failed to modify settings:
606606
* The current mode is single-file mode, server cannot create `.luarc.json` without workspace.
607-
* The language client dose not support modifying settings from the server side.
607+
* The language client does not support modifying settings from the server side.
608608
609609
Please modify following settings manually:
610610
{}

script/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ local function tryModifyClientGlobal(finalChanges)
480480
end
481481
log.info('tryModifyClientGlobal', inspect(finalChanges))
482482
if not m.getOption 'changeConfiguration' then
483-
log.info('Client dose not support modifying config')
483+
log.info('Client does not support modifying config')
484484
return
485485
end
486486
local changes = {}

0 commit comments

Comments
 (0)