reword comment for clarity
authorPaul Crowley <paul@lshift.net>
Sun, 08 Mar 2009 15:12:20 +0000
changeset 89 30a8be7ce326
parent 88 ae1503386576
child 90 03004026cbac
reword comment for clarity
install
--- a/install	Sat Mar 07 10:11:02 2009 +0000
+++ b/install	Sun Mar 08 15:12:20 2009 +0000
@@ -22,7 +22,7 @@
 # Normally the clean thing to do is let it fail with a permission error
 # if a non-root user tries to run it, but I don't want anyone thinking
 # that they can make it work as non-root by changing install paths.
-# Patches welcome for doing this more cleanly of course.
+# Patches for doing this more cleanly welcome of course.
 
 if os.getgid() != 0:
     print >>sys.stderr, "Install must be run as root user"