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>
This commit is contained in:
Benjamin C Meyer 2010-03-19 00:39:10 -04:00 committed by Junio C Hamano
parent 4a45f7dd49
commit 6a01298a7e

View file

@ -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()