summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.h')
-rw-r--r--src/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.h b/src/lib.h
index f1d9588..0fb3f02 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -1,4 +1,4 @@
-/*
+/*
* vim: set sts=2 sw=2 et :
*
* License: LGPL-2.1+
@@ -39,7 +39,7 @@ struct _TranscodeServerCtx {
SoupEncoding encoding;
/* Set to TRUE when the incoming stream ends; let's us know if
* we need to set the PUT response on EOS/ERROR on the pipeline,
- * and whether to reject further data when using a persistent
+ * and whether to reject further data when using a persistent
* Content-Length + Content-Range PUT stream. */
gboolean stream_finished;
guint seconds_since_read;