diff options
author | Sean Reifscheider <jafo@tummy.com> | 2007-09-17 17:55:36 +0000 |
---|---|---|
committer | Sean Reifscheider <jafo@tummy.com> | 2007-09-17 17:55:36 +0000 |
commit | 54cf12b625397ff52e30efd9b14f0b61edfdfd9d (patch) | |
tree | 98eb3de7701e05ae46d4fa16e4c357a162e8a9fc /Misc/setuid-prog.c | |
parent | a5b8e04bd572099095fbf6b32dadde637b6e6f7b (diff) | |
download | cpython-git-54cf12b625397ff52e30efd9b14f0b61edfdfd9d.tar.gz |
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Diffstat (limited to 'Misc/setuid-prog.c')
-rw-r--r-- | Misc/setuid-prog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |