diff options
Diffstat (limited to 'git-codereview/api.go')
| -rw-r--r-- | git-codereview/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/api.go b/git-codereview/api.go index 1b9d0e0..da3fa76 100644 --- a/git-codereview/api.go +++ b/git-codereview/api.go @@ -316,7 +316,7 @@ func gerritAPI(path string, requestBody []byte, target interface{}) (err error) return nil } -// fullChangeID returns the unambigous Gerrit change ID for the commit c on branch b. +// fullChangeID returns the unambiguous Gerrit change ID for the commit c on branch b. // The returned ID has the form project~originbranch~Ihexhexhexhexhex. // See https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#change-id for details. func fullChangeID(b *Branch, c *Commit) string { |
