diff options
Diffstat (limited to 'git-codereview/submit.go')
| -rw-r--r-- | git-codereview/submit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/submit.go b/git-codereview/submit.go index 6cfb809..4bbbf32 100644 --- a/git-codereview/submit.go +++ b/git-codereview/submit.go @@ -166,7 +166,7 @@ func submitCheck(g *GerritChange) error { // Not yet "MERGED", so try the submit. // "SUBMITTED" is a weird state. It means that Submit has been clicked once, // but it hasn't happened yet, usually because of a merge failure. - // The user may have done git codereview sync and may now have a mergable + // The user may have done git codereview sync and may now have a mergeable // copy waiting to be uploaded, so continue on as if it were "NEW". case "MERGED": |
