Skip to content

Commit e3c1b17

Browse files
committed
Fix minor typo.
1 parent 2bd84f0 commit e3c1b17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/edit/user/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$packages = json_decode(implode('', $output), true);
6363
unset($output);
6464

65-
// List lanugages
65+
// List languages
6666
exec (VESTA_CMD."v-list-sys-languages json", $output, $return_var);
6767
$languages = json_decode(implode('', $output), true);
6868
unset($output);

web/inc/i18n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function detect_user_language($fallback='en') {
8585
}
8686
arsort($accept_langs_sorted);
8787

88-
// List lanugages
88+
// List languages
8989
exec (VESTA_CMD."v-list-sys-languages json", $output, $return_var);
9090
$languages = json_decode(implode('', $output), true);
9191
unset($output);

0 commit comments

Comments
 (0)