From: Roeland Jago Douma Date: Fri, 16 Oct 2015 10:51:24 +0000 (+0200) Subject: Typos X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1521^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4a04dc1a3e3283a5da90802afea43a27c0e09d6a;p=nextcloud-desktop.git Typos --- diff --git a/src/gui/ocsjob.h b/src/gui/ocsjob.h index 19bbdf05c..7d30aca0c 100644 --- a/src/gui/ocsjob.h +++ b/src/gui/ocsjob.h @@ -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 / + * This function appends the common id. so / */ void appendPath(int id); diff --git a/src/gui/ocssharejob.h b/src/gui/ocssharejob.h index 337f33b8c..1f16bf251 100644 --- a/src/gui/ocssharejob.h +++ b/src/gui/ocssharejob.h @@ -85,7 +85,7 @@ public: 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 */ diff --git a/src/gui/thumbnailjob.h b/src/gui/thumbnailjob.h index 271116406..2c958d507 100644 --- a/src/gui/thumbnailjob.h +++ b/src/gui/thumbnailjob.h @@ -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