]> granicus.if.org Git - python/commitdiff
correct bogus instructions 'ccoment out' -> 'uncomment'
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 10 Sep 1998 20:18:09 +0000 (20:18 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 10 Sep 1998 20:18:09 +0000 (20:18 +0000)
Misc/setuid-prog.c

index 2c1343032049aa688558a33a782e369e973082fb..d850b47bcb09cff2b0ada8355f71d56edef73444 100644 (file)
@@ -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"