summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>1998-09-10 20:18:09 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>1998-09-10 20:18:09 (GMT)
commitfaff0bdcba90ce1a65bba0e210898efffd580600 (patch)
treea22d6ca824cf7d1d25023544e698e74aa170c20a /Misc
parentd64a40dbc0913313fda08e6332660ef2c603ba48 (diff)
downloadcpython-faff0bdcba90ce1a65bba0e210898efffd580600.zip
cpython-faff0bdcba90ce1a65bba0e210898efffd580600.tar.gz
cpython-faff0bdcba90ce1a65bba0e210898efffd580600.tar.bz2
correct bogus instructions 'ccoment out' -> 'uncomment'
Diffstat (limited to 'Misc')
-rw-r--r--Misc/setuid-prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c
index 2c13430..d850b47 100644
--- a/Misc/setuid-prog.c
+++ b/Misc/setuid-prog.c
@@ -55,7 +55,7 @@
/* CONFIGURATION SECTION */
#ifndef FULL_PATH /* so that this can be specified from the Makefile */
-/* Ccomment out the following line:
+/* Uncomment the following line:
#define FULL_PATH "/full/path/of/script"
* Then comment out the #error line. */
#error "You must define FULL_PATH somewhere"