Fix typos
authorRoeland Jago Douma <rullzer@owncloud.com>
Thu, 29 Oct 2015 12:39:29 +0000 (13:39 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Thu, 29 Oct 2015 14:42:25 +0000 (15:42 +0100)
src/gui/ocssharejob.h
src/gui/share.cpp
src/gui/share.h

index 665eecc43da47818deef38f209ecbf0bef7c34b8..c029bd8521f4ff17e59df9c9979c17c801fb70e1 100644 (file)
@@ -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);
 
index ce897694530cb10b0d93fb4a0b9354fdedddaf66..1c44a60587917e8bad3065cfa5333e118adab30d 100644 (file)
@@ -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();
index 7da2b06eddb32cbb66d02faaa018ab2e134e8d2a..92f4406172b65be92ad02f909fde6c51f9ad11c0 100644 (file)
@@ -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();