diff --git a/create_new_plugin.py b/create_new_plugin.py index a0e1f5c62..8af395a99 100755 --- a/create_new_plugin.py +++ b/create_new_plugin.py @@ -71,7 +71,7 @@ subs = OrderedDict([ ("package", { "ask": True, "desc": "The java package your plugin will be in. Typically a reversed domain name", - "value": "com.examaple.foobazzer", + "value": "com.example.foobazzer", "strip_plugin": True, }), ("author", {