[vlc-devel] commit: Fix spelling. (Antoine Cellerier )
git version control
git at videolan.org
Sat Feb 20 22:26:55 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Feb 20 22:24:23 2010 +0100| [60fa2918cf617975d3239b1694f27d70029149e3] | committer: Antoine Cellerier
Fix spelling.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60fa2918cf617975d3239b1694f27d70029149e3
---
bin/vlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index 8949fd5..f9c9eff 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -92,7 +92,7 @@ int main( int i_argc, const char *ppsz_argv[] )
/* Synchronously intercepted POSIX signals.
*
* In a threaded program such as VLC, the only sane way to handle signals
- * is to block them in all thread but one - this is the only way to
+ * is to block them in all threads but one - this is the only way to
* predict which thread will receive them. If any piece of code depends
* on delivery of one of this signal it is intrinsically not thread-safe
* and MUST NOT be used in VLC, whether we like it or not.
More information about the vlc-devel
mailing list