diff options
Diffstat (limited to 'etc/rc.d/bgfsck')
-rwxr-xr-x | etc/rc.d/bgfsck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/bgfsck b/etc/rc.d/bgfsck index 3715354..77b8bed 100755 --- a/etc/rc.d/bgfsck +++ b/etc/rc.d/bgfsck @@ -22,7 +22,7 @@ bgfsck_start () background_fsck_delay=0 fi if [ ${background_fsck_delay} -lt 0 ]; then - echo "Background file system checks delayed indefinitly" + echo "Background file system checks delayed indefinitely" return 0 fi |