diff --git a/wpstools.rb b/wpstools.rb index b140f9d7..99b1d2ee 100755 --- a/wpstools.rb +++ b/wpstools.rb @@ -18,7 +18,8 @@ begin plugins.register( CheckerPlugin.new, ListGeneratorPlugin.new, - StatsPlugin.new + StatsPlugin.new, + CheckerSpelling.new ) options = option_parser.results