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

Commit

Permalink
Merge pull request #164 from oss92/fix-typo-succeeded
Browse files Browse the repository at this point in the history
fix: typo with the word succeeded
  • Loading branch information
theSoenke committed Dec 21, 2018
2 parents 6da19eb + 49a0d93 commit b53f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.go
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 b53f052

Please sign in to comment.