]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: we is OK too -> which is OK too (#19708)
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 24 May 2021 09:39:38 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Mon, 24 May 2021 09:39:38 +0000 (18:39 +0900)
man/90-rearrange-path.py

index 7537d5e915812194c8c5b7b45b75cd3b19b19532..70ee982d475ad296aa158f84b9153385f357b86c 100755 (executable)
@@ -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))