File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ unwanted side effects. It is expected that before merging a pull request:
1591591 . one or more unit tests are added which test formatting of small Fortran code
160160 snippets, covering all relevant aspects of the added features.
1611612 . if the changes lead to failures of existing tests, these test failures
162- should be carefully examinated . Only if the test failures are due to
162+ should be carefully examined . Only if the test failures are due to
163163 intended changes of ` fprettify ` defaults, or because of bug fixes, the
164164 expected test results can be updated.
165165
@@ -176,7 +176,7 @@ Can the new feature be reasonably covered by small code snippets (< 10 lines)?
176176 in = " Some Fortran code"
177177 out = " Same Fortran code after fprettify formatting"
178178
179- # seleced fprettify command line arguments, as documented in "fprettify.py -h":
179+ # selected fprettify command line arguments, as documented in "fprettify.py -h":
180180 opt = [" arg 1" , " value for arg 1" , " arg2" , ... ]
181181
182182 # helper function checking that fprettify output is equal to "out":
You can’t perform that action at this time.
0 commit comments