diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-24 23:41:32 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-24 23:41:32 +0000 |
commit | a48060a2f7bd6a89bfb4be6fce05185903128fa0 (patch) | |
tree | e0d28a3c5c7b640a8973e5b1a3f3a29c765766cf /etc/rc.network | |
parent | 525d500e72867696a96caa90f4c536a4ebeafaa9 (diff) |
Spelling police: sucessful -> successful.
Notes
Notes:
svn path=/head/; revision=86882
Diffstat (limited to 'etc/rc.network')
-rw-r--r-- | etc/rc.network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network index dbbf037be473..97ca5765e96d 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -725,7 +725,7 @@ network_pass3() { esac # If /var/db/mounttab exists, some nfs-server has not been - # sucessfully notified about a previous client shutdown. + # successfully notified about a previous client shutdown. # If there is no /var/db/mounttab, we do nothing. if [ -f /var/db/mounttab ]; then rpc.umntall -k |