Skip to content

Commit

Permalink
misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramComputer committed Dec 26, 2023
1 parent 8261681 commit 652e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit_languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function checkTranslatorChanged(translator_input) {
* Check the word splitting method.
*/
function checkWordChar(method) {
document.forms.lg_form.LgRegexpAlt.value = (method == "mecab") ? "mecab" : "regex";
document.forms.lg_form.LgRegexpAlt.value = (method == "mecab") ? "mecab" : "regexp";
}

/**
Expand Down

0 comments on commit 652e00d

Please sign in to comment.