From f89336da41abebd794d003a491aa53f4edda7caa Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Wed, 24 Nov 2004 10:44:39 +0000 Subject: [PATCH] Fix a typo in an error message. Spotted by: ceri --- etc/rc.d/jail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/jail b/etc/rc.d/jail index a144b94f690..38d20c638b2 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