summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig
diff options
context:
space:
mode:
authorSimon Rettberg2022-09-13 13:45:44 +0200
committerSimon Rettberg2022-09-13 13:45:44 +0200
commitc03260dff213da24b73459add2372dcdfe8db7df (patch)
tree1597757c1f385109b8231c29ce05fd19df0bfb77 /modules-available/baseconfig
parent[baseconfig/baseconfig_bwlp] Make preferred sound output free text (diff)
downloadslx-admin-c03260dff213da24b73459add2372dcdfe8db7df.tar.gz
slx-admin-c03260dff213da24b73459add2372dcdfe8db7df.tar.xz
slx-admin-c03260dff213da24b73459add2372dcdfe8db7df.zip
[baseconfig] Fix comment typo
Diffstat (limited to 'modules-available/baseconfig')
-rw-r--r--modules-available/baseconfig/inc/validator.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/baseconfig/inc/validator.inc.php b/modules-available/baseconfig/inc/validator.inc.php
index 23e3e8f8..7bbccc6d 100644
--- a/modules-available/baseconfig/inc/validator.inc.php
+++ b/modules-available/baseconfig/inc/validator.inc.php
@@ -46,7 +46,7 @@ class Validator
* Validate linux password. If already in $6$ hash form,
* the unchanged value will be returned.
* if empty, an empty string will also be returned.
- * Otherwise it it assumed that the value is a plain text
+ * Otherwise, it is assumed that the value is a plain text
* password that is supposed to be hashed.
*/
private static function linuxPassword($displayValue)