--- 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"