diff options
author | Phil Davis <phil.davis@inf.org> | 2015-10-23 17:34:53 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-10-23 17:34:53 +0545 |
commit | 2d911f2c0f4c11d1269e8943ce40228a6252ff5e (patch) | |
tree | 2d7ba6489baf290fe25fd914689ce538594716c1 /src/usr/local/www/diag_confbak.php | |
parent | 50e6c063e6ec148917ff0bcb0bce8b0a08df5792 (diff) | |
download | pfsense-2d911f2c0f4c11d1269e8943ce40228a6252ff5e.zip pfsense-2d911f2c0f4c11d1269e8943ce40228a6252ff5e.tar.gz |
Random comment typos like hte
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r-- | src/usr/local/www/diag_confbak.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php index c74f28f..fb947a5 100644 --- a/src/usr/local/www/diag_confbak.php +++ b/src/usr/local/www/diag_confbak.php @@ -225,7 +225,7 @@ if (is_array($confvers)): <td><?=gettext("Current configuration")?></td> </tr> <?php - // And now for hte table of prior backups + // And now for the table of prior backups $c = 0; foreach ($confvers as $version): if ($version['time'] != 0) { |