# HG changeset patch # User Paul Crowley # Date 1236525140 0 # Node ID 30a8be7ce326ee66d44aa395488d202b2396a16d # Parent ae15033865761fcea3eee2cfb928156625185bb3 reword comment for clarity diff -r ae1503386576 -r 30a8be7ce326 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"