From 8002f8754fe94157823cf14bfc5c29771ce4e8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= Date: Fri, 24 Jun 2011 23:49:45 -0300 Subject: [PATCH] Fix typo in plasma apidox. --- datacontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacontainer.h b/datacontainer.h index 4bf4f667e..746be5e40 100644 --- a/datacontainer.h +++ b/datacontainer.h @@ -57,7 +57,7 @@ class DataContainerPrivate; * See DataEngine::addSource() for more information. * * Note that there is normally no need to subclass DataContainer, except as - * a way of encapsulating the data retreival for a source, since all notifications + * a way of encapsulating the data retrieval for a source, since all notifications * are done via signals rather than virtual methods. **/ class PLASMA_EXPORT DataContainer : public QObject