summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman/90-rearrange-path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/90-rearrange-path.py b/man/90-rearrange-path.py
index 7537d5e915..70ee982d47 100755
--- a/man/90-rearrange-path.py
+++ b/man/90-rearrange-path.py
@@ -34,7 +34,7 @@ def rearrange_bin_sbin(path):
if __name__ == '__main__':
path = os.environ['PATH'] # This should be always set.
- # If it's not, we'll just crash, we is OK too.
+ # If it's not, we'll just crash, which is OK too.
new = rearrange_bin_sbin(path)
if new != path:
print('PATH={}'.format(new))