From cddaa25f07f2e9e5c7406cf400420fff478aaf54 Mon Sep 17 00:00:00 2001 From: Anmol Singh Jaggi Date: Mon, 20 Jun 2016 01:45:15 +0530 Subject: [PATCH] Fixed typo `directoy` -> `directory` --- drive/sync_upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive/sync_upload.go b/drive/sync_upload.go index 261497d1..f1e43a49 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