aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-25 10:35:16 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-25 10:35:16 +0300
commitc279fc511293c50723fc70a4cf59fc28c47926dc (patch)
tree72eb5d3d4a1c8e268d6c03e9abd53c68847bdfe1
parent86d7992081eb45a0a72b3126a761c0191432fe0f (diff)
downloadpfetch-c279fc511293c50723fc70a4cf59fc28c47926dc.tar.gz
docs: update
-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>