Skip to content

Commit 6120962

Browse files
committed
 fix typos (as suggested by @dbroemmel)
1 parent a26d994 commit 6120962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ unwanted side effects. It is expected that before merging a pull request:
159159
1. one or more unit tests are added which test formatting of small Fortran code
160160
snippets, covering all relevant aspects of the added features.
161161
2. 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":

0 commit comments

Comments
 (0)