vlc | branch: master | Eric Engestrom <[email protected]> | Sat Apr 2 15:50:32 2016 +0100| [845d986b0d50511deb20f022f9c1b0f8fd8a3ad8] | committer: Rémi Denis-Courmont
network: fix spelling mistakes Signed-off-by: Eric Engestrom <[email protected]> Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=845d986b0d50511deb20f022f9c1b0f8fd8a3ad8 --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
