diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-20 03:07:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-20 03:07:15 +0000 |
commit | 0162255596a3021520320920ff40cb162f4627db (patch) | |
tree | 0482763af39a6d79772df2fed9d285871fa26424 /etc/inc | |
parent | 71c5821b2b701623e7d8a11dc7eec31198e47ea3 (diff) | |
download | pfsense-0162255596a3021520320920ff40cb162f4627db.zip pfsense-0162255596a3021520320920ff40cb162f4627db.tar.gz |
s/reloading/reload
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 9ab7b0d..4fbc7e3 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1114,7 +1114,7 @@ EOD; if($g['booting']) return; - echo "One moment while we reloading the settings..."; + echo "One moment while we reload the settings..."; /* resync everything */ reload_all_sync(); |