Synchronize instead of Synchronize

This commit is contained in:
Kevin Sawicki
2013-07-15 16:02:59 -07:00
parent 438b8f6a14
commit c8accea5dc

View File

@@ -25,7 +25,7 @@ updateProgressBar = (message, percentDone) ->
guestSession = new GuestSession(sessionId)
guestSession.on 'started', -> loadingView.remove()
guestSession.on 'connection-opened', -> updateProgressBar('Downloading session data', 25)
guestSession.on 'document-received', -> updateProgressBar('Synchronize repository', 50)
guestSession.on 'document-received', -> updateProgressBar('Synchronizing repository', 50)
operationsDone = -1
guestSession.on 'mirror-progress', (message, command, operationCount) ->
operationsDone++