summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index a144b94f..38d20c6 100644
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -142,7 +142,7 @@ jail_start()
if checkyesno jail_mount; then
info "Mounting fstab for jail ${_jail} (${jail_fstab})"
if [ ! -f "${jail_fstab}" ]; then
- err 3 "$name: ${jail_fstab} doest not exist"
+ err 3 "$name: ${jail_fstab} does not exist"
fi
mount -a -F "${jail_fstab}"
fi
OpenPOWER on IntegriCloud