summaryrefslogtreecommitdiff
path: root/man/90-rearrange-path.py
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2021-05-24 11:39:38 +0200
committerGitHub <noreply@github.com>2021-05-24 18:39:38 +0900
commit8a2f7b7c9b2c8da33d692cc828a99f84e03d018e (patch)
tree6df2363f0d4032d07d54e9aaded0308c538dcabe /man/90-rearrange-path.py
parent341d883ad69bab3f0c2772302118497eaf7798ff (diff)
downloadsystemd-8a2f7b7c9b2c8da33d692cc828a99f84e03d018e.tar.gz
man: we is OK too -> which is OK too (#19708)
Diffstat (limited to 'man/90-rearrange-path.py')
-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))