From 09a24093cff2049e255367e726deb0981f6952fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= Date: Fri, 1 Jul 2011 20:17:57 -0300 Subject: [PATCH] Fix typo in Plasma::AbstractRunner apidox. --- abstractrunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstractrunner.h b/abstractrunner.h index 7e336d4ea..62f8cacd5 100644 --- a/abstractrunner.h +++ b/abstractrunner.h @@ -101,7 +101,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject * * Each runner is executed in its own thread. Whenever the user input changes this * method is called again. Thus, it needs to be thread-safe. Also, all matches need - * to be reported once this method returns. Asyncroneous runners therefore need + * to be reported once this method returns. Asynchronous runners therefore need * to make use of a local event loop to wait for all matches. * * It is recommended to use local status data in async runners. The simplest way is