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);