Fix typo.

This commit is contained in:
Maxim Sobolev 2000-06-12 13:37:28 +00:00
parent a0097025ac
commit 0f07eca387
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29545

View file

@ -44,7 +44,7 @@ registerVM () {
VM=`/bin/echo "${1}" | sed 's|#.*||'`
if [ ! -x ${VM} ]; then
/bin/echo "${IAM}: warning: the specified JavaVM \"${VM}\" either not exists of not executable" >&2
/bin/echo "${IAM}: warning: the specified JavaVM \"${VM}\" either not exists or not executable" >&2
fi
/bin/ed "${CONF}" >/dev/null <<EOF