From 8798063e84884f3263f9b7abd9913308b7950063 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 7 Dec 2013 03:18:16 +0100 Subject: Lots of spelling fixes in comments and man pages submitted by Paul Ivanov --- ezjail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 8330d01..f8bb9a7 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -434,7 +434,7 @@ ensure_jailzfs() { _zfs_status=`/sbin/zfs list -H -o name ${ezjail_jailzfs} 2> /dev/null` [ "${_zfs_status}" = "${ezjail_jailzfs}" ] && return - # if a directoy already exists in that place, make sure it is empty, else bump user + # if a directory already exists in that place, make sure it is empty, else bump user [ -d "${ezjail_jaildir}" -a -n "`ls -A ${ezjail_jaildir}`" ] && exerr "Error: Can not create zfs at ${ezjail_jaildir}.\n There is a non-empty directory in the way." # create all parent file systems if necessary -- cgit v1.2.3