From: Benjamin C Meyer Date: Fri, 19 Mar 2010 04:39:10 +0000 (-0400) Subject: Fix a spelling mistake in a git-p4 console message X-Git-Tag: v1.7.1-rc0~58 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6a01298a7ed2c18cd68358127304024575b27cc0;p=git.git Fix a spelling mistake in a git-p4 console message Signed-off-by: Benjamin C Meyer Signed-off-by: Junio C Hamano --- 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()