aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index be9cbc3..ec91289 100755
--- a/pfetch
+++ b/pfetch
@@ -125,7 +125,7 @@ get_os() {
Darwin*)
# Parse the SystemVersion.plist file to grab the macOS
- # versions. The file is in the following format:
+ # version. The file is in the following format:
#
# <key>ProductVersion</key>
# <string>10.14.6</string>