summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex_init.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:30:18 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:30:18 +0000
commit4045bc14d25dad9dc4c5ac3cf63db1a7f5a186a1 (patch)
tree2c5c9785d0ad7108826570ad677810d21461ff7f /usr.bin/vi/ex/ex_init.c
parentfd79a3129eb4dcb07f0637d011a3da78406ccd08 (diff)
more writable spelling; torh
Diffstat (limited to 'usr.bin/vi/ex/ex_init.c')
-rw-r--r--usr.bin/vi/ex/ex_init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/ex/ex_init.c b/usr.bin/vi/ex/ex_init.c
index d679a4a5f93..b6b5fd7c8f1 100644
--- a/usr.bin/vi/ex/ex_init.c
+++ b/usr.bin/vi/ex/ex_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex_init.c,v 1.7 2002/02/16 21:27:57 millert Exp $ */
+/* $OpenBSD: ex_init.c,v 1.8 2002/12/15 13:30:17 henning Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -392,7 +392,7 @@ denied: a = msg_print(sp, path, &nf1);
break;
case WRITER:
msgq(sp, M_ERR,
- "127|%s/%s: not sourced: writeable by a user other than the owner", b, a);
+ "127|%s/%s: not sourced: writable by a user other than the owner", b, a);
break;
}
if (nf2)
@@ -409,7 +409,7 @@ denied: a = msg_print(sp, path, &nf1);
break;
case WRITER:
msgq(sp, M_ERR,
- "130|%s: not sourced: writeable by a user other than the owner", a);
+ "130|%s: not sourced: writable by a user other than the owner", a);
break;
}