Description: Spelling fixes
Author: IOhannes m zmölnig
Origin: Debian
Bug: https://github.com/bplaum/gavl/pull/7
Last-Update: 2024-01-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- gavl.orig/gavl/httpclient.c
+++ gavl/gavl/httpclient.c
@@ -1839,7 +1839,7 @@
     if(!c->res_body)
       {
       gavl_log(GAVL_LOG_ERROR, LOG_DOMAIN,
-               "BUG: Asyncronous reading requested but no buffer of the body given");
+               "BUG: Asynchronous reading requested but no buffer of the body given");
       return -1;
       }
     
--- gavl.orig/gavl/orientation.c
+++ gavl/gavl/orientation.c
@@ -266,7 +266,7 @@
       return scanline_func_floatx4;
       break;
     }
-  gavl_log(GAVL_LOG_ERROR, LOG_DOMAIN, "No scanline fuction for %d bytes found", bytes);
+  gavl_log(GAVL_LOG_ERROR, LOG_DOMAIN, "No scanline function for %d bytes found", bytes);
   return NULL;
   }
   
--- gavl.orig/gavl/gavf/io_tls.c
+++ gavl/gavl/gavf/io_tls.c
@@ -328,7 +328,7 @@
       if(p->write_buffer.len == p->buffer_size)
         {
         if(!bytes_sent && !block)
-          fprintf(stderr, "write_nonblock retured 0 [1] buffer_size: %d wait_state: %d\n",
+          fprintf(stderr, "write_nonblock returned 0 [1] buffer_size: %d wait_state: %d\n",
                   p->buffer_size, p->wait_state);
         
         return bytes_sent;
@@ -348,7 +348,7 @@
     bytes_sent += bytes_to_copy;
     }
   if(!bytes_sent && !block)
-    fprintf(stderr, "write_nonblock retured 0 [2]\n");
+    fprintf(stderr, "write_nonblock returned 0 [2]\n");
   return bytes_sent;
   }
 
