* 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);
/*
* 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();
* 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();