[Pkg-owncloud-commits] [owncloud-client] 198/484: Fix typos
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:42 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 30a3498c22d947f752aa65c7691a5ff52bd40912
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date: Thu Oct 29 13:39:29 2015 +0100
Fix typos
---
src/gui/ocssharejob.h | 2 +-
src/gui/share.cpp | 2 +-
src/gui/share.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/gui/ocssharejob.h b/src/gui/ocssharejob.h
index 665eecc..c029bd8 100644
--- a/src/gui/ocssharejob.h
+++ b/src/gui/ocssharejob.h
@@ -109,7 +109,7 @@ signals:
* This is needed so we can update the share objects properly
*
* @param reply The reply
- * @param value To what did we set a varialble (if we set any).
+ * @param value To what did we set a variable (if we set any).
*/
void shareJobFinished(QVariantMap reply, QVariant value);
diff --git a/src/gui/share.cpp b/src/gui/share.cpp
index ce89769..1c44a60 100644
--- a/src/gui/share.cpp
+++ b/src/gui/share.cpp
@@ -190,7 +190,7 @@ void ShareManager::slotLinkShareCreated(const QVariantMap &reply)
/*
* Before we had decent sharing capabilities on the server a 403 "generally"
- * ment that a share was password protected
+ * meant that a share was password protected
*/
if (code == 403) {
emit linkShareRequiresPassword();
diff --git a/src/gui/share.h b/src/gui/share.h
index 7da2b06..92f4406 100644
--- a/src/gui/share.h
+++ b/src/gui/share.h
@@ -67,7 +67,7 @@ public:
* Deletes a share
*
* On success the shareDeleted signal is emitted
- * In case of a server rror the serverError signal is emitted.
+ * In case of a server error the serverError signal is emitted.
*/
void deleteShare();
--
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