diff options
| author | Petter Rasmussen | 2016-09-06 17:12:25 +0200 | 
|---|---|---|
| committer | GitHub | 2016-09-06 17:12:25 +0200 | 
| commit | 604140a109fb3d47374d9a87ba4edc4fd30987d7 (patch) | |
| tree | b9e94625f04c0b2faae4a3bb6988f08d66281180 /drive/sync_upload.go | |
| parent | 5f321357d18b8f5b00674b8719fffcc8338a75cc (diff) | |
| parent | cddaa25f07f2e9e5c7406cf400420fff478aaf54 (diff) | |
| download | gdrive-604140a109fb3d47374d9a87ba4edc4fd30987d7.tar.bz2 | |
Merge pull request #165 from Anmol-Singh-Jaggi/master
Fixed typo
Diffstat (limited to 'drive/sync_upload.go')
| -rw-r--r-- | drive/sync_upload.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drive/sync_upload.go b/drive/sync_upload.go index 261497d..f1e43a4 100644 --- a/drive/sync_upload.go +++ b/drive/sync_upload.go @@ -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 | 
