Browse Source

Fix comment typo

Kristan Kenney 5 years ago
parent
commit
34985eb683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/login/index.php

+ 1 - 1
web/login/index.php

@@ -94,7 +94,7 @@ function authenticate_user($user, $password, $twofa = ''){
                 return $error;
                 return $error;
             } else {
             } else {
 
 
-                // Get user speciefic parameters
+                // Get user specific parameters
                 exec (HESTIA_CMD . "v-list-user ".$v_user." json", $output, $return_var);
                 exec (HESTIA_CMD . "v-list-user ".$v_user." json", $output, $return_var);
                 $data = json_decode(implode('', $output), true);
                 $data = json_decode(implode('', $output), true);
                 unset($output); 
                 unset($output);