Fix grammar in error statement

s/consider to migrate to jail.conf/consider migrating to jail.conf/
This commit is contained in:
Devin Teske 2016-02-04 17:09:43 +00:00
parent 49475a5b47
commit b5d189b6b6

View File

@ -563,7 +563,7 @@ jail_warn()
# To relieve confusion, show a warning message.
case $_confwarn in
1) warn "Per-jail configuration via jail_* variables " \
"is obsolete. Please consider to migrate to $jail_conf."
"is obsolete. Please consider migrating to $jail_conf."
;;
esac
}