Skip to content

Commit 6911de0

Browse files
committed
Fix typos
1 parent 26f64c9 commit 6911de0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/prefs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def debug_mode():
88
99
This is a workaround for a Jython issue in ImageJ with values that are
1010
stored in the "IJ_Prefs.txt" file being cast to the wrong types and / or
11-
values in Python. Callling Prefs.get() using a (Python) boolean as the
11+
values in Python. Calling Prefs.get() using a (Python) boolean as the
1212
second parameter always leads to the return value '0.0' (Python type float),
1313
no matter what is actually stored in the preferences. Doing the same in e.g.
1414
Groovy behaves correctly.
@@ -23,7 +23,7 @@ def debug_mode():
2323
def set_default_ij_options():
2424
"""Configure ImageJ default options for consistency.
2525
26-
Will set the following options to ensure consistent behaviour independent of
26+
Will set the following options to ensure consistent behavior independent of
2727
how ImageJ is configured on a specific machine.
2828
2929
- Ensure ImageJ appearance settings are the default values.

0 commit comments

Comments
 (0)