diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-01-19 14:19:11 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-01-19 14:19:11 +0100 |
commit | 3d004554d8830b77fd7d6ddc3be99dfef5bd8172 (patch) | |
tree | 8ee49c3ac989124b7e7eba370229355209e74858 /admin/WebConsole/includes/tftputils.php | |
parent | b966d519406e3e6c300681ce8f6bf39383f3b644 (diff) |
#834: Correct undefined variables and some spell checking.
Diffstat (limited to 'admin/WebConsole/includes/tftputils.php')
-rw-r--r-- | admin/WebConsole/includes/tftputils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/includes/tftputils.php b/admin/WebConsole/includes/tftputils.php index 5cf2da88..6a9dbe3b 100644 --- a/admin/WebConsole/includes/tftputils.php +++ b/admin/WebConsole/includes/tftputils.php @@ -266,7 +266,7 @@ function updateBootRepo ($cmd, $repoid) { if ($pxecode = @file_get_contents($macfile)) { $pxecode = preg_replace("/ogrepo=[^ ]*/", "ogrepo=$repo", $pxecode); if (! @file_put_contents($macfile, $pxecode)) { - $erros++; + $errors++; } } $rs->Siguiente(); |