diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-19 15:34:31 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-19 15:34:31 -0400 |
commit | 933ce827e41124445d59be6bdb3139ef16005a49 (patch) | |
tree | 1a0d9a1260c44216dee361c5b2eff21e87c785a9 | |
parent | 088ad7d8f45bca44e00bf7a29ae80c389cfd894b (diff) | |
download | qolab-933ce827e41124445d59be6bdb3139ef16005a49.tar.gz qolab-933ce827e41124445d59be6bdb3139ef16005a49.zip |
typo fix
-rw-r--r-- | qolab/file_utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/file_utils/__init__.py b/qolab/file_utils/__init__.py index 517a28e..a6847a2 100644 --- a/qolab/file_utils/__init__.py +++ b/qolab/file_utils/__init__.py @@ -20,7 +20,7 @@ def filename2os_fname( fname ): def get_runnum(data_dir): # For the provided data_dir: # reads, increments data counter and saves it back. - # If nesessary creates counter file and full path to it. + # If necessary creates counter file and full path to it. # example # get_runnum('Z:\Ramsi_EIT\data\') # get_runnum('/mnt/qol_grp_data/data') |