Skip to content

Commit 0cb3786

Browse files
committed
Spelling fixes
1 parent 2fab649 commit 0cb3786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def get_free_memory():
350350
def setup_clean_ij_environment(rm=None, rt=None): # pylint: disable-msg=unused-argument
351351
"""Set up a clean and defined ImageJ environment.
352352
353-
This funtion clears the active results table, the ROI manager, and the log.
353+
This function clears the active results table, the ROI manager, and the log.
354354
Additionally, it closes all open images and resets the ImageJ options,
355355
performing a [*Fresh Start*][fresh_start].
356356
@@ -496,7 +496,7 @@ def write_ordereddict_to_csv(out_file, content):
496496
497497
Notes
498498
-----
499-
- The CSV file will use the semicolon charachter (`;`) as delimiter.
499+
- The CSV file will use the semicolon character (`;`) as delimiter.
500500
- When appending to an existing file, the column structure has to match. No
501501
sanity checking is being done on this by the function!
502502
- The output file is opened in binary mode for compatibility.

0 commit comments

Comments
 (0)