From a3a3380008963d94555d9b1eed2f7884a5b6f991 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 14 Apr 2016 23:11:22 +0200 Subject: [PATCH] Typo --- src/blackmisc/pluginstorageprovider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmisc/pluginstorageprovider.h b/src/blackmisc/pluginstorageprovider.h index 24f79c420..39b23eef7 100644 --- a/src/blackmisc/pluginstorageprovider.h +++ b/src/blackmisc/pluginstorageprovider.h @@ -19,7 +19,7 @@ namespace BlackMisc { //! Interface for a plugin storage provider. //! It allows plugins to store any arbitrary data which can be packed into a \sa CVariant - //! Every plugin shall have its own data area. This means mulitple plugins can store + //! Every plugin shall have its own data area. This means multiple plugins can store //! data under the same key without overwriting each other. class IPluginStorageProvider {