Skip to content

Commit 1cf3886

Browse files
committed
don't call codespell at the moment
1 parent 61425f8 commit 1cf3886

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
rev: v1.0.0
2020
hooks:
2121
- id: runic
22-
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.4
24-
hooks:
25-
- id: codespell
22+
# - repo: https://github.com/codespell-project/codespell
23+
# rev: v2.2.4
24+
# hooks:
25+
# - id: codespell

examples/pluto-examples.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ This is obtained by specifying the "p" flag.
123123
md"""
124124
### CDT with maximum area constraint
125125
126-
This constraint is specfied as a floating
126+
This constraint is specified as a floating
127127
point number given after the -a flag.
128128
Be careful to not give it in the exponential format as Triangle would be unable to analyse it.
129129
Therefore it is dangerous to provide it via string interpolation and it is better to convert it to a string before using `@sprintf`.
130130
131131
Specifying only the maximum area constraint does not prevent very thin
132-
triangles from occuring at the boundary.
132+
triangles from occurring at the boundary.
133133
134134
"""
135135

@@ -151,7 +151,7 @@ constraint preventing skinny triangles.
151151
152152
This combination of flags, possibly with an additional "D" flag is recommended
153153
when creating triangulations for finite element or finite volume methods.
154-
It the mimimum angle is larger then 28.6 degrees, Triangle's algorithm may
154+
It the minimum angle is larger then 28.6 degrees, Triangle's algorithm may
155155
run into an infinite loop.
156156
157157
"""

0 commit comments

Comments
 (0)