Skip to content

Commit d1aa85b

Browse files
vstCopilot
andcommitted
chore: fix various spelling issues
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 08479c1 commit d1aa85b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: "Checkout Codebase"
1212
uses: "actions/checkout@v6"
1313

14-
- name: "Build Static Exectutable"
14+
- name: "Build Static Executable"
1515
run: |
1616
bash ./build-static.sh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: "${{ steps.release.outputs.release_created }}"
2929
uses: "DeterminateSystems/nix-installer-action@v21"
3030

31-
- name: "Build Static Exectutable"
31+
- name: "Build Static Executable"
3232
id: "build_static"
3333
if: "${{ steps.release.outputs.release_created }}"
3434
run: |

.stan.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Big tuples
22
# Using tuples of big size (>= 4) can decrease code readability
3-
# In serveral places Stack uses 4-tuples and in one place Stack uses a
3+
# In several places Stack uses 4-tuples and in one place Stack uses a
44
# 5-tuple.
55
[[check]]
66
id = "STAN-0302"

0 commit comments

Comments
 (0)