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