* @ingroup gui
*
* Base class for jobs that talk to the OCS endpoints on the server.
- * All the comminication logic is handled in this class.
+ * All the communication logic is handled in this class.
*
* All OCS jobs (e.g. sharing) should extend this class.
*/
void addPassStatusCode(int code);
/**
- * The base path for an OcsJob is always the same. But it could be that case that
+ * The base path for an OcsJob is always the same. But it could be the case that
* certain operations need to append something to the URL.
*
- * This functions appends the common id. so <PATH>/<ID>
+ * This function appends the common id. so <PATH>/<ID>
*/
void appendPath(int id);
void setPassword(int shareId, const QString& password);
/**
- * Void set the a share to be public upload
+ * Void set the share to be public upload
*
* @param publicUpload Set or remove public upload
*/
* @ingroup gui
*
* Job that allows fetching a preview (of 150x150 for now) of a given file.
- * Once the job finished the jobFinished signal will be emitted.
+ * Once the job has finished the jobFinished signal will be emitted.
*/
class ThumbnailJob : public AbstractNetworkJob {
Q_OBJECT