From 979a014eb8c3530ee8bbd677b3a07fb62dd9b914 Mon Sep 17 00:00:00 2001
From: alice grosch <a.grosch@fz-juelich.de>
Date: Tue, 14 Jan 2020 13:18:34 +0000
Subject: [PATCH] Fix spelling mistake

---
 jsfileupload/upload_widget.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jsfileupload/upload_widget.py b/jsfileupload/upload_widget.py
index 5bbc0b5..d232b6e 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)
-- 
GitLab