Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
`directoy` -> `directory`
  • Loading branch information
Anmol-Singh-Jaggi authored Jun 19, 2016
1 parent 5f32135 commit cddaa25
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 cddaa25

Please sign in to comment.