From 6628889d81e25242b3546c463e9430993b7564d3 Mon Sep 17 00:00:00 2001 From: Catrope Date: Sun, 22 Jan 2012 06:23:29 +0100 Subject: [PATCH] Fix typo (Ammending -> Amending) Change-Id: I018e70cc610531dded4a7da98f9754a6d53c3c3b --- git-review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-review b/git-review index ce8fe2c..695196b 100755 --- a/git-review +++ b/git-review @@ -392,7 +392,7 @@ def assert_one_change(remote, branch, yes, have_hook): output_lines = len(output.split("\n")) if output_lines == 1 and not have_hook: print "Your change was committed before the commit hook was installed" - print "Ammending the commit to add a gerrit change id" + print "Amending the commit to add a gerrit change id" run_command("git commit --amend", env=dict(GIT_EDITOR='true')) elif output_lines == 0: print "No changes between HEAD and %s/%s." % (remote, branch)