summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-14 21:21:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-14 21:21:43 +0000
commit02adef9e694b215d6200ad6d15b36772f9327a5f (patch)
tree680879160ec5e12f79270fc78a52fcff0d35ff5a /usr
parenta421e5c812c4aa0550ca50d18fb67e00542ddd45 (diff)
downloadpfsense-02adef9e694b215d6200ad6d15b36772f9327a5f.zip
pfsense-02adef9e694b215d6200ad6d15b36772f9327a5f.tar.gz
Spell gettytab correctly.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 3b35b88..4ac8617 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -567,7 +567,7 @@ include("head.inc");
<?php
function auto_login($status) {
- $gettytab = file_get_contents("/etc/gettyab");
+ $gettytab = file_get_contents("/etc/gettytab");
$getty_split = split("\n", $gettytab);
conf_mount_rw();
$fd = fopen("/etc/gettytab", "w");
OpenPOWER on IntegriCloud