diff options
author | Benjamin C Meyer <bmeyer@rim.com> | 2010-03-19 00:39:10 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-20 09:18:48 -0700 |
commit | 6a01298a7ed2c18cd68358127304024575b27cc0 (patch) | |
tree | 9bfe06d5f96b1a2bc048cf87f6f358f155a32d55 | |
parent | 4a45f7dd49ba9a8943ad9b11fb7bed04f0cb4f15 (diff) | |
download | git-6a01298a7ed2c18cd68358127304024575b27cc0.tar.gz git-6a01298a7ed2c18cd68358127304024575b27cc0.tar.xz |
Fix a spelling mistake in a git-p4 console message
Signed-off-by: Benjamin C Meyer <bmeyer@rim.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | contrib/fast-import/git-p4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index cd96c6f81..c1ea643ac 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -802,7 +802,7 @@ class P4Submit(Command): self.oldWorkingDirectory = os.getcwd() chdir(self.clientPath) - print "Syncronizing p4 checkout..." + print "Synchronizing p4 checkout..." p4_system("sync ...") self.check() |