aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_actions.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug_actions.go')
-rw-r--r--bug/bug_actions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug_actions.go b/bug/bug_actions.go
index b906b938..20360200 100644
--- a/bug/bug_actions.go
+++ b/bug/bug_actions.go
@@ -11,7 +11,7 @@ import (
// Note:
//
-// For the actions (fetch/push/pull/merge), this package act as a master for
+// For the actions (fetch/push/pull/merge/commit), this package act as a master for
// the identity package and will also drive the needed identity actions. That is,
// if bug.Push() is called, identity.Push will also be called to make sure that
// the dependant identities are also present and up to date on the remote.