diff options
Diffstat (limited to 'qolab/file_utils/__init__.py')
-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') |