From 6a01298a7ed2c18cd68358127304024575b27cc0 Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Fri, 19 Mar 2010 00:39:10 -0400 Subject: [PATCH] Fix a spelling mistake in a git-p4 console message Signed-off-by: Benjamin C Meyer Signed-off-by: Junio C Hamano --- contrib/fast-import/git-p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index cd96c6f81f..c1ea643ace 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() -- 2.11.4.GIT