File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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():
2323def 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.
You can’t perform that action at this time.
0 commit comments