Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53a3e19

Browse files
committedAug 2, 2024·
spell
1 parent 1fbd5ec commit 53a3e19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

Diff for: ‎cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ignoreWords": [
66
"eigen",
77
"Eigen",
8+
"findpackage",
89
"pixi",
910
"srcset"
1011
]

Diff for: ‎pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ scripts = ["pixi/env.bat"]
4747
print-env = { cmd = "echo $PATH" }
4848

4949
[target.unix.tasks]
50-
# This task only runs propertly Unix systems.
50+
# This task only runs properly Unix systems.
5151
format = { cmd = "clang-format -i src/*" }
5252

5353
################################################################################

0 commit comments

Comments
 (0)
Please sign in to comment.