about summary refs log tree commit diff
path: root/gn3
diff options
context:
space:
mode:
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/streaming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/streaming.py b/gn3/api/streaming.py
index 355d903..2b6b431 100644
--- a/gn3/api/streaming.py
+++ b/gn3/api/streaming.py
@@ -11,7 +11,7 @@ streaming = Blueprint("stream", __name__)
 @streaming.route("/<identifier>",  methods=["GET"])
 def stream(identifier):
     """ This endpoint streams stdout from a file.
-    It expects the indetifier to be the filename
+    It expects the identifier to be the filename
     in the TMPDIR created at the main computation
     endpoint see example api/rqtl."""
     output_file = os.path.join(current_app.config.get("TMPDIR"),