commit 29304558e475923a53a5b4e67bb40010d5c49646
parent 46b45e4d3f3f0f3060f6e899790ea4a3d432e83c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 18 Feb 2024 18:44:38 +0100
Fix minor typos in git-wad sources
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/git-wad b/git-wad
@@ -71,7 +71,7 @@ encode() # digest, size
}
# List hashes of WAD file from the current working tree
-# shellcheck disable=SC2120 # t $1 is optional
+# shellcheck disable=SC2120 # $1 is optional
wad_hashes() # [--all]
{
@@ -91,7 +91,6 @@ wad_hashes() # [--all]
# Regular expression of a WAD
wad_re="^${GIT_WAD_HEADER} [0-9a-z]\{64\} [0-9]\{1,\}$"
-
# The following command line can be translated as follows:
# Print the IDs of all objects in HEAD
# | Get their hash