0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-23 10:34:06 -04:00

Fix spelling errors in comments.

This commit is contained in:
Joseph Crail
2014-12-06 20:22:48 -05:00
parent 47e7175b80
commit 39c068400e
17 changed files with 24 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ func (w *Webhook) UpdateEvent() error {
return err
}
// HasPushEvent returns true if hook enbaled push event.
// HasPushEvent returns true if hook enabled push event.
func (w *Webhook) HasPushEvent() bool {
if w.PushOnly {
return true