]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: spelling
authorVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 18:17:09 +0000 (20:17 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 12:50:42 +0000 (14:50 +0200)
.github/CODEOWNERS
.github/workflows/builds.yml

index f8073208f753b6c6be0e625f50c29181a06d5735..43b45f9e9a9d17c34f74b39648008a674d51dd0e 100644 (file)
@@ -5,7 +5,7 @@
 # only ppl with push rights in the repo can be owners
 # https://github.com/isaacs/github/issues/989#issuecomment-320475904
 #
-# additionally, it seems only the directoy syntax works.
+# additionally, it seems only the directory syntax works.
 # e.g. '/src/source-*.[ch]  @regit' seems to have no effect.
 *                           @victorjulien
 /src/                       @victorjulien
index 742ef3612931aaac5e5ce4d74feb1f09791e5182..56839e96d70c30dc6207610d3aa76f230a092b8f 100644 (file)
@@ -128,7 +128,7 @@ jobs:
           curl https://sh.rustup.rs -sSf | sh -s -- -y
           echo "$HOME/.cargo/bin" >> $GITHUB_PATH
           rustup target add x86_64-unknown-linux-musl
-      - name: Buliding static cbindgen for Linux
+      - name: Building static cbindgen for Linux
         run: |
           cargo install --target x86_64-unknown-linux-musl --debug cbindgen
           cp $HOME/.cargo/bin/cbindgen .
@@ -360,7 +360,7 @@ jobs:
 
       - uses: actions/checkout@v3.3.0
 
-      # Prebuild check for duplicat SIDs
+      # Prebuild check for duplicate SIDs
       - name: Check for duplicate SIDs
         run: |
           dups=$(sed -n 's/^alert.*sid:\([[:digit:]]*\);.*/\1/p' ./rules/*.rules|sort|uniq -d|tr '\n' ' ')