From eded1daca16ca8dd96cad931ff357e1fc15b6dee Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Mon, 16 Jul 2012 00:39:00 +0200 Subject: [PATCH] Correct typo in comments --- ext/libclementine-common/core/concurrentrun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/libclementine-common/core/concurrentrun.h b/ext/libclementine-common/core/concurrentrun.h index fe65dc831..6f46f9369 100644 --- a/ext/libclementine-common/core/concurrentrun.h +++ b/ext/libclementine-common/core/concurrentrun.h @@ -46,7 +46,7 @@ Currently, only functions with zero, one, two or three arguments are supported, but other might be added easily for X arguments by defining a new ThreadFunctorX class (and eventually a second class for handling functions - which return void: see existing classes for exampels), and add new Run() + which return void: see existing classes for examples), and add new Run() function. */