Skip to content

Commit 9b09313

Browse files
Fixed spelling errors
1 parent 62056ce commit 9b09313

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pre_process/m_patches.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ contains
13641364
type(scalar_field), dimension(1:sys_size), intent(inout) :: q_prim_vf
13651365

13661366
print *, "WARNING :: The use of the 1D analytical patch geometry has &
1367-
& been depricated and will be removed in a future release. Use &
1367+
& been deprecated and will be removed in a future release. Use &
13681368
& `patch_icpp(patch_id)%geometry: 1` instead"
13691369

13701370
call s_line_segment(patch_id, patch_id_fp, q_prim_vf)
@@ -1443,7 +1443,7 @@ contains
14431443
type(scalar_field), dimension(1:sys_size), intent(inout) :: q_prim_vf
14441444

14451445
print *, "WARNING :: The use of the 2D analytical patch geometry has &
1446-
& been depricated and will be removed in a future release. Use &
1446+
& been deprecated and will be removed in a future release. Use &
14471447
& `patch_icpp(patch_id)%geometry: 3` instead"
14481448

14491449
call s_rectangle(patch_id, patch_id_fp, q_prim_vf)
@@ -1462,7 +1462,7 @@ contains
14621462
type(scalar_field), dimension(1:sys_size), intent(inout) :: q_prim_vf
14631463

14641464
print *, "WARNING :: The use of the 3D analytical patch geometry has &
1465-
& been depricated and will be removed in a future release. Use &
1465+
& been deprecated and will be removed in a future release. Use &
14661466
& `patch_icpp(patch_id)%geometry: 3` instead"
14671467

14681468
call s_cuboid(patch_id, patch_id_fp, q_prim_vf)

toolchain/mfc/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __get_pre_fpp(self, print: bool) -> str:
106106

107107
patches = {}
108108

109-
# iterates over the paramters and checks if they are defined as an
109+
# iterates over the parameters and checks if they are defined as an
110110
# analytical function. If so, append it to the `patches`` object
111111
for key, val in self.params.items():
112112
if not self.__is_ic_analytical(key, val):

0 commit comments

Comments
 (0)