[Pkg-owncloud-commits] [owncloud-client] 87/484: Typos
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 4a04dc1a3e3283a5da90802afea43a27c0e09d6a
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date: Fri Oct 16 12:51:24 2015 +0200
Typos
---
src/gui/ocsjob.h | 6 +++---
src/gui/ocssharejob.h | 2 +-
src/gui/thumbnailjob.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/gui/ocsjob.h b/src/gui/ocsjob.h
index 19bbdf0..7d30aca 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 <PATH>/<ID>
+ * This function appends the common id. so <PATH>/<ID>
*/
void appendPath(int id);
diff --git a/src/gui/ocssharejob.h b/src/gui/ocssharejob.h
index 337f33b..1f16bf2 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 2711164..2c958d5 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list