create_plugin: fix typo

This commit is contained in:
dekvall
2020-01-13 22:16:14 +01:00
parent 79e21c05fa
commit 9dc4251ab2

View File

@@ -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", {