Skip to content

Commit 34985eb

Browse files
author
Kristan Kenney
committed
Fix comment typo
1 parent 9a1afd2 commit 34985eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function authenticate_user($user, $password, $twofa = ''){
9494
return $error;
9595
} else {
9696

97-
// Get user speciefic parameters
97+
// Get user specific parameters
9898
exec (HESTIA_CMD . "v-list-user ".$v_user." json", $output, $return_var);
9999
$data = json_decode(implode('', $output), true);
100100
unset($output);

0 commit comments

Comments
 (0)