diff options
author | Raimund Sacherer <rsachere@redhat.com> | 2023-03-06 11:55:16 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-07 09:32:51 -0500 |
commit | 8b0cd8fb3b4a6e570f292853c2bba5e2168544f7 (patch) | |
tree | 491d39946c7f21d9adc27ce4d07ff1ef20791731 | |
parent | 7dd4ff10d3feef0ff4edd313ef61b914aced8c73 (diff) | |
download | sos-8b0cd8fb3b4a6e570f292853c2bba5e2168544f7.tar.gz |
[plugins/__init__] Comment Typo
changed a typo in a comment.
Signed-off-by: Raimund Sacherer <rsachere@redhat.com>
-rw-r--r-- | sos/report/plugins/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/report/plugins/__init__.py b/sos/report/plugins/__init__.py index cd36ba70..caa23567 100644 --- a/sos/report/plugins/__init__.py +++ b/sos/report/plugins/__init__.py @@ -1783,7 +1783,7 @@ class Plugin(): # operations continue - # Files hould be sorted in most-recently-modified order, so that + # Files should be sorted in most-recently-modified order, so that # we collect the newest data first before reaching the limit. def getmtime(path): try: |