Typos
authorRoeland Jago Douma <rullzer@owncloud.com>
Fri, 16 Oct 2015 10:51:24 +0000 (12:51 +0200)
committerRoeland Jago Douma <rullzer@owncloud.com>
Fri, 16 Oct 2015 10:51:24 +0000 (12:51 +0200)
src/gui/ocsjob.h
src/gui/ocssharejob.h
src/gui/thumbnailjob.h

index 19bbdf05cbcbeb4afd500b866d118af1609ccaac..7d30aca0c405e761fc5fc6033e7c188db3d18d5f 100644 (file)
@@ -29,7 +29,7 @@ namespace OCC {
  * @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.
  */
@@ -74,10 +74,10 @@ protected:
     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);
 
index 337f33b8c1d0a844a2c04c645690f055f95b9eb6..1f16bf2516e7575114d1cdbe7f83d04d043d532a 100644 (file)
@@ -85,7 +85,7 @@ public:
     void setPassword(int shareId, const QString& password);
 
     /**
-     * Void set the share to be public upload
+     * Void set the share to be public upload
      * 
      * @param publicUpload Set or remove public upload
      */
index 2711164068ca95c58231ec3886ef1e6ff9049fcb..2c958d50746642c18fa193997b6b80596428bb41 100644 (file)
@@ -24,7 +24,7 @@ namespace OCC {
  * @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