diff options
author | Bill Marquette <billm@pfsense.org> | 2005-07-12 04:31:44 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-07-12 04:31:44 +0000 |
commit | 22d0b8e5cd3dc3979e48ee0be1a957a272c43d33 (patch) | |
tree | b7c362f2a7f96195ab16b55cc9bd6f605cc1496a /etc/rc.bootup | |
parent | 3f0d26d9f9bbf8c6a30d5392a12e2d8dcec0564d (diff) | |
download | pfsense-22d0b8e5cd3dc3979e48ee0be1a957a272c43d33.zip pfsense-22d0b8e5cd3dc3979e48ee0be1a957a272c43d33.tar.gz |
fix typo (in comment)
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 734ddad..74ecf14 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -55,7 +55,7 @@ $wan_if = get_real_wan_interface(); /* - * Deterimine if we need to throw a interface exception + * Determine if we need to throw a interface exception * and ask the user to reassign interfaces. This will * avoid a reboot and thats a good thing. */ @@ -227,4 +227,4 @@ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?>
\ No newline at end of file +?> |