From: наб Date: Mon, 24 May 2021 09:39:38 +0000 (+0200) Subject: man: we is OK too -> which is OK too (#19708) X-Git-Tag: v249-rc1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a2f7b7c9b2c8da33d692cc828a99f84e03d018e;p=thirdparty%2Fsystemd.git man: we is OK too -> which is OK too (#19708) --- diff --git a/man/90-rearrange-path.py b/man/90-rearrange-path.py index 7537d5e9158..70ee982d475 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))