[vlc-devel] [PATCH 02/10] network: fix spelling mistakes

Eric Engestrom eric at engestrom.ch
Sat Apr 2 16:50:32 CEST 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 src/network/httpd.c    | 2 +-
 src/network/rootbind.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/network/httpd.c b/src/network/httpd.c
index 4672e10..31d31d0 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -614,7 +614,7 @@ struct httpd_stream_t
     /* circular buffer */
     int         i_buffer_size;      /* buffer size, can't be reallocated smaller */
     uint8_t     *p_buffer;          /* buffer */
-    int64_t     i_buffer_pos;       /* absolute position from begining */
+    int64_t     i_buffer_pos;       /* absolute position from beginning */
     int64_t     i_buffer_last_pos;  /* a new connection will start with that */
 
     /* custom headers */
diff --git a/src/network/rootbind.c b/src/network/rootbind.c
index 3b1f953..d1a8ce1 100644
--- a/src/network/rootbind.c
+++ b/src/network/rootbind.c
@@ -22,7 +22,7 @@
 # include <config.h>
 #endif
 
-#define _XPG4_2 /* ancilliary data on Solaris */
+#define _XPG4_2 /* ancillary data on Solaris */
 
 #if !defined (_WIN32) && !defined (__OS2__)
 # define ENABLE_ROOTWRAP 1
-- 
2.8.0



More information about the vlc-devel mailing list