From: Antoine Cellerier Date: Sat, 20 Feb 2010 21:24:23 +0000 (+0100) Subject: Fix spelling. X-Git-Tag: 1.1.0-pre1~780 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=60fa2918cf617975d3239b1694f27d70029149e3 Fix spelling. --- diff --git a/bin/vlc.c b/bin/vlc.c index 8949fd5f60..f9c9eff7a3 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.