From 30a3498c22d947f752aa65c7691a5ff52bd40912 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 29 Oct 2015 13:39:29 +0100 Subject: [PATCH] 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 665eecc43..c029bd852 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 ce8976945..1c44a6058 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 7da2b06ed..92f440617 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(); -- 2.30.2