Skip to content

Commit

Permalink
fix: resolve spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 3, 2023
1 parent 067c1c1 commit 0a6416e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handler/ezBIDS_core/ezBIDS_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def generate_dataset_list(uploaded_files_list, exclude_data):

def organize_dataset(dataset_list):
"""
Organize data files into pseudo subject (and session, if appplicable) groups.
Organize data files into pseudo subject (and session, if applicable) groups.
This is particularly necessary when anaonymized data is provided, since crucial
metadata including AcquisitionDateTime, PatientName, PatientID, etc are removed.
Typically, these fields assist ezBIDS in determining subject (and session) mapping,
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default defineComponent({
}, 1000);
},
//Unlike file input(directory) selecter, I have to do some convoluted thing to get all the files that user drops...
// Unlike file input(directory) selector, I have to do some convoluted thing to get all the files that user drops...
async listDropFiles(items) {
this.files = [];
Expand Down

0 comments on commit 0a6416e

Please sign in to comment.