From 60fa2918cf617975d3239b1694f27d70029149e3 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 20 Feb 2010 22:24:23 +0100 Subject: [PATCH] Fix spelling. --- bin/vlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2