From 673b72f327a5501a72db40f748be40e818447e42 Mon Sep 17 00:00:00 2001 From: dgoon Date: Wed, 30 Jul 2014 12:11:33 +0900 Subject: [PATCH] fix a typo: suggeestion -> suggestion --- Wox.Plugin.SystemPlugins/ThirdpartyPluginIndicator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Plugin.SystemPlugins/ThirdpartyPluginIndicator.cs b/Wox.Plugin.SystemPlugins/ThirdpartyPluginIndicator.cs index ee53b5f86d..7fe360b7b8 100644 --- a/Wox.Plugin.SystemPlugins/ThirdpartyPluginIndicator.cs +++ b/Wox.Plugin.SystemPlugins/ThirdpartyPluginIndicator.cs @@ -85,7 +85,7 @@ namespace Wox.Plugin.SystemPlugins public override string Description { - get { return "Provide Third-party plugin actionword suggeestion."; } + get { return "Provide Third-party plugin actionword suggestion."; } } } }