From 9dc4251ab2a9e0fca4ecd4eb8800c4d9840c14c7 Mon Sep 17 00:00:00 2001 From: dekvall Date: Mon, 13 Jan 2020 22:16:14 +0100 Subject: [PATCH] create_plugin: fix typo --- create_new_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {