Skip to content

Commit a0a3ef8

Browse files
authored
Fix Typos and Add "alph" to .typos.toml (#451)
1 parent 31aed98 commit a0a3ef8

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313

1414
- name: Spell Check
1515
uses: crate-ci/typos@master
16+
with:
17+
config: .typos.toml

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ WRONLY = "WRONLY"
1212
nd = "nd"
1313
iy = "iy"
1414
HPE = "HPE"
15+
alph = "alph"
1516

1617
[files]
1718
extend-exclude = ["docs/documentation/references*", "tests/", "toolchain/cce_simulation_workgroup_256.sh"]

docs/documentation/case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ This parameter enables the use of true `pi_\infty` in bubble dynamics models, wh
682682
| `k_x[y,y]` | Real | Magnitude of oscillating acceleration |
683683
| `w_x[y,z]` | Real | Frequency of oscillating acceleration |
684684
| `p_x[y,z]` | Real | Phase shift of oscillating acceleration |
685-
| `g_x[y,z]` | Real | Magnitude of bacground acceleration |
685+
| `g_x[y,z]` | Real | Magnitude of background acceleration |
686686

687687
`k_x[y,z]`, `w_x[y,z]`, `p_x[y,z]`, and `g_x[y,z]` define an oscillating acceleration in the `x[y,z]` direction with the form
688688

examples/2D_rayleigh_taylor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
## Centerline Velocities
88

9-
![Linear Theory Comparision](linear_theory.jpg)
9+
![Linear Theory Comparison](linear_theory.jpg)

examples/3D_rayleigh_taylor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
## Centerline Velocities
88

9-
![Linear Theory Comparision](linear_theory.jpg)
9+
![Linear Theory Comparison](linear_theory.jpg)

src/simulation/m_body_forces.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ contains
7878

7979
end subroutine s_compute_acceleration
8080

81-
!> This subroutine calculates teh mixture density at each cell
81+
!> This subroutine calculates the mixture density at each cell
8282
!! center
8383
subroutine s_compute_mixture_density(q_cons_vf)
8484

0 commit comments

Comments
 (0)