diff --git a/jsfileupload/upload_widget.py b/jsfileupload/upload_widget.py index 5bbc0b5d392b5d096156f4e41ad24420fae66206..d232b6eed0340dd38b83a7cd76cc3dceece00a29 100644 --- a/jsfileupload/upload_widget.py +++ b/jsfileupload/upload_widget.py @@ -25,7 +25,7 @@ class FileUpload(DescriptionWidget, ValueWidget): The widget is able to upload large files by uploading them in chunks. The file contents will however not be directly available over the widget, - but will have to be read into the notebook seperately. + but will have to be read into the notebook separately. """ _model_name = Unicode('FileUploadModel').tag(sync=True) _model_module = Unicode(module_name).tag(sync=True)