Skip to content

Commit bc93acc

Browse files
authored
fix codespell CI (#215)
we were targeting the wrong branch for PRs
1 parent 7a1562f commit bc93acc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: codespell
33
on:
44
push:
55
branches:
6-
- development
76
- main
87
pull_request:
98
branches:
10-
- development
9+
- main
1110

1211
jobs:
1312
codespell:

pyro/compressible/unsplit_fluxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def apply_source_terms(U_xl, U_xr, U_yl, U_yr,
257257
The data object containing the grid and advective scalar that
258258
we are advecting.
259259
my_aux : CellCenterData2d object
260-
The data object that carries auxillary quantities which we need
260+
The data object that carries auxiliary quantities which we need
261261
to fill in the ghost cells.
262262
rp : RuntimeParameters object
263263
The runtime parameters for the simulation

0 commit comments

Comments
 (0)