Skip to content

Commit 8d935fe

Browse files
Merge pull request #209 from ArnoStrouwen/typos
typos CI
2 parents 839af73 + 846ab2b commit 8d935fe

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Spell Check
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
typos-check:
7+
name: Spell Check with Typos
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout Actions Repository
11+
uses: actions/checkout@v3
12+
- name: Check spelling
13+
uses: crate-ci/[email protected]

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[default.extend-words]

src/DataInterpolations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct CurvefitCache{
111111
u::uType
112112
t::tType
113113
m::mType # model type
114-
p0::p0Type # intial params
114+
p0::p0Type # initial params
115115
ub::ubType # upper bound of params
116116
lb::lbType # lower bound of params
117117
alg::algType # alg to optimize cost function

0 commit comments

Comments
 (0)