diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |