Fix typos
[quassel.git] / src / uisupport / contextmenuactionprovider.cpp
index b2f05ed..6b0999d 100644 (file)
@@ -137,7 +137,7 @@ ContextMenuActionProvider::ContextMenuActionProvider(QObject* parent)
     _nickIgnoreMenuAction->setMenu(ignoreMenu);
 
     // These are disabled actions used as descriptions
-    // They don't need any of the Action fancyness so we use plain QActions
+    // They don't need any of the Action fanciness so we use plain QActions
     _ignoreDescriptions << new QAction(tr("Add Ignore Rule"), this);
     _ignoreDescriptions << new QAction(tr("Existing Rules"), this);
     foreach (QAction* act, _ignoreDescriptions)