]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
scripts: fix bundle script spelling
authorVictor Julien <vjulien@oisf.net>
Mon, 8 May 2023 09:44:10 +0000 (11:44 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 8 May 2023 09:59:33 +0000 (11:59 +0200)
Thanks to Josh Soref.

scripts/bundle.sh

index ac4c1745884b06396c1b8b83b7bae100958663c0..aabd728d3d887287a176c57465318c137999c7bc 100755 (executable)
@@ -32,7 +32,7 @@ DESTDIR=${DESTDIR:-.}
 what="$1"
 
 # Transforms a branch name in the form of "pr/<NUMBER>" or
-# "mr/<NUMBER>" into a proper ref for GitHub or Gitlab.
+# "mr/<NUMBER>" into a proper ref for GitHub or GitLab.
 transform_branch() {
     pr=$(echo "${1}" | sed -n 's/^pr\/\([[:digit:]]\+\)$/\1/p')
     if [ "${pr}" ]; then