@@ -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)
0 commit comments