From 9d26671f05275055619960a66981201ed660bdd2 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 28 Jul 2022 07:11:38 -0400 Subject: Fix typos in apps/ subdirectory Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz Signed-off-by: nextcloud-command --- apps/settings/src/components/UserList/UserRow.vue | 4 ++-- apps/settings/src/store/apps.js | 2 +- apps/settings/src/store/users.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/settings') diff --git a/apps/settings/src/components/UserList/UserRow.vue b/apps/settings/src/components/UserList/UserRow.vue index bc086adc5cb..820a90fb1e3 100644 --- a/apps/settings/src/components/UserList/UserRow.vue +++ b/apps/settings/src/components/UserList/UserRow.vue @@ -445,7 +445,7 @@ export default { /** * Set user password * - * @param {string} password The email adress + * @param {string} password The email address */ updatePassword() { const password = this.$refs.password.value @@ -463,7 +463,7 @@ export default { /** * Set user mailAddress * - * @param {string} mailAddress The email adress + * @param {string} mailAddress The email address */ updateEmail() { const mailAddress = this.$refs.mailAddress.value diff --git a/apps/settings/src/store/apps.js b/apps/settings/src/store/apps.js index e6ddd76aaec..27a0faefe00 100644 --- a/apps/settings/src/store/apps.js +++ b/apps/settings/src/store/apps.js @@ -39,7 +39,7 @@ const state = { const mutations = { APPS_API_FAILURE(state, error) { - showError(t('settings', 'An error occured during the request. Unable to proceed.') + '
' + error.error.response.data.data.message, { isHTML: true }) + showError(t('settings', 'An error occurred during the request. Unable to proceed.') + '
' + error.error.response.data.data.message, { isHTML: true }) console.error(state, error) }, diff --git a/apps/settings/src/store/users.js b/apps/settings/src/store/users.js index 792b9123129..c220e21e49f 100644 --- a/apps/settings/src/store/users.js +++ b/apps/settings/src/store/users.js @@ -197,7 +197,7 @@ const mutations = { break default: logger.error(`Unknown action type in updateUserCounts: '${actionType}'`) - // not throwing error to interupt execution as this is not fatal + // not throwing error to interrupt execution as this is not fatal } }, setUserData(state, { userid, key, value }) { -- cgit v1.2.3