diff options
author | aunsane <aunsane@gmail.com> | 2018-03-24 22:52:20 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-24 22:52:20 +0300 |
commit | 91489ae2c1f1872cfba05b2395e3453d1ccfa1b8 (patch) | |
tree | b71cd91d0a19468376f0d04809a2c14ff95254ed /plugins/CloudFile/src/Services/google_api.h | |
parent | b69dfc075ed0b9f8bcecb55a6e586bae74dedc88 (diff) |
typo and warning fixes
Diffstat (limited to 'plugins/CloudFile/src/Services/google_api.h')
-rw-r--r-- | plugins/CloudFile/src/Services/google_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/google_api.h b/plugins/CloudFile/src/Services/google_api.h index 2f5baa8eb3..793d0053c3 100644 --- a/plugins/CloudFile/src/Services/google_api.h +++ b/plugins/CloudFile/src/Services/google_api.h @@ -142,7 +142,7 @@ namespace GDriveAPI JSONNode params(JSON_NODE); params << JSONNode("name", path) - << JSONNode("mimeType", "pplication/vnd.google-apps.folder"); + << JSONNode("mimeType", "application/vnd.google-apps.folder"); json_string data = params.write(); SetData(data.c_str(), data.length()); |