aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-15 07:49:07 +0000
committerGravatar jesopo2019-02-15 07:49:07 +0000
commita50b8c5694cd8a87d8d3e3342ae55a516d2d39b3 (patch)
tree2bc94950052d1c43e2e735a4414971d66ea2dea6 /modules/github
parent`hmac.digest` -> `hmac.new` (the former is too new) (sasl.scram) (diff)
signature
comment typo, 'tage' -> 'tag' (github)
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index 0e0d2b73..81bbed4d 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -43,7 +43,7 @@ EVENT_CATEGORIES = {
"issues", "issue_comment"
],
"repo": [
- "create", # a repository, branch or tage has been created
+ "create", # a repository, branch or tag has been created
"delete", # same as above but deleted
"release",
"fork"