Skip to content

Commit

Permalink
Merge pull request prasmussen#165 from Anmol-Singh-Jaggi/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
prasmussen authored Sep 6, 2016
2 parents 5f32135 + cddaa25 commit 604140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/sync_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (self *Drive) prepareSyncRoot(args UploadSyncArgs) (*drive.File, error) {

// Ensure that the directory is empty
if !isEmpty {
return nil, fmt.Errorf("Root directoy is not empty, the initial sync requires an empty directory")
return nil, fmt.Errorf("Root directory is not empty, the initial sync requires an empty directory")
}

// Update directory with syncRoot property
Expand Down

0 comments on commit 604140a

Please sign in to comment.