1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix spelling
Author: IOhannes m zmölnig
Origin: Debian
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Last-Update: 2024-01-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- gmerlin-avdecoder.orig/lib/in_hls.c
+++ gmerlin-avdecoder/lib/in_hls.c
@@ -1350,7 +1350,7 @@
if(p->next_state != NEXT_STATE_DONE)
{
- gavl_log(GAVL_LOG_WARNING, LOG_DOMAIN, "Need to open next syncronously");
+ gavl_log(GAVL_LOG_WARNING, LOG_DOMAIN, "Need to open next synchronously");
if(open_next_sync(ctx))
init_segment_io(ctx);
|