Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
fix: typo with the word succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
oss92 committed Dec 21, 2018
1 parent 6da19eb commit 49a0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (source *Source) Push(client *phraseapp.Client, waitForResults bool, branch
taskResult := make(chan string, 1)
taskErr := make(chan error, 1)

fmt.Printf("Upload ID: %s, filename: %s suceeded. Waiting for your file to be processed... ", upload.ID, upload.Filename)
fmt.Printf("Upload ID: %s, filename: %s succeeded. Waiting for your file to be processed... ", upload.ID, upload.Filename)
spinner.While(func() {
result, err := getUploadResult(client, source.ProjectID, upload, branch)
taskResult <- result
Expand Down

0 comments on commit 49a0d93

Please sign in to comment.