diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-12-06 21:01:00 -0500 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-12-06 21:01:00 -0500 |
commit | a2f6e1803bb8322843777f1795f8966de81a84c0 (patch) | |
tree | 96f3d13fa2f884b845c7b1507c1de07927da1617 /models/action.go | |
parent | 47e7175b80d1f1bf05bd2da3a38c898596b12835 (diff) | |
parent | 39c068400e9dd3a577580faa41e87140c2d2e499 (diff) |
Merge pull request #718 from jbcrail/fix-comment-spelling
Fix spelling errors in comments.
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go index 269fd753..98a4f5a0 100644 --- a/models/action.go +++ b/models/action.go @@ -349,7 +349,7 @@ func NewRepoAction(u *User, repo *Repository) (err error) { return err } -// TransferRepoAction adds new action for transfering repository. +// TransferRepoAction adds new action for transferring repository. func TransferRepoAction(u, newUser *User, repo *Repository) (err error) { action := &Action{ ActUserId: u.Id, |