From 54cf12b625397ff52e30efd9b14f0b61edfdfd9d Mon Sep 17 00:00:00 2001 From: Sean Reifscheider Date: Mon, 17 Sep 2007 17:55:36 +0000 Subject: Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. --- Misc/setuid-prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Misc/setuid-prog.c') diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c index d850b47bcb..2841acd28f 100644 --- a/Misc/setuid-prog.c +++ b/Misc/setuid-prog.c @@ -155,7 +155,7 @@ main(int argc, char **argv) fprintf(stderr, "%s: %s has the wrong owner\n", argv[0], FULL_PATH); fprintf(stderr, "The script should be owned by root,\n"); - fprintf(stderr, "and shouldn't be writeable by anyone.\n"); + fprintf(stderr, "and shouldn't be writable by anyone.\n"); exit(1); } -- cgit v1.2.1