Merge pull request #145 from dgoon/master

fix a typo: suggeestion -> suggestion
This commit is contained in:
qianlifeng 2014-07-30 17:10:09 +08:00
commit 28bd5f33c6

View file

@ -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."; }
}
}
}