From c06e0fbd3ff0ab14e5cdc3a3b0c8972d6a95f1f6 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Thu, 25 Aug 2016 06:57:02 +0300 Subject: [PATCH] Fix a couple of typos in the documentation for Thumbnail class --- QEverCloud/headers/thumbnail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QEverCloud/headers/thumbnail.h b/QEverCloud/headers/thumbnail.h index ad4c3191..aa7a2a05 100644 --- a/QEverCloud/headers/thumbnail.h +++ b/QEverCloud/headers/thumbnail.h @@ -64,7 +64,7 @@ class QEVERCLOUD_EXPORT Thumbnail { * @param shardId * You can get the value from UserStore service or as a result of an authentication. * @param authenticationToken - * For working privite notes/resources you must supply a valid authentication token. + * For working private notes/resources you must supply a valid authentication token. * For public resources the value specified is not used. * @param size * The size of the thumbnail. Evernote supports values from from 1 to 300. By defualt 300 is used. @@ -90,7 +90,7 @@ class QEVERCLOUD_EXPORT Thumbnail { /** * @param authenticationToken - * For working privite notes/resources you must supply a valid authentication token. + * For working private notes/resources you must supply a valid authentication token. * For public resources the value specified is not used. */ Thumbnail & setAuthenticationToken(QString authenticationToken);