Skip to content

Commit f09f661

Browse files
author
luz paz
committedJul 28, 2022
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 <luzpaz@github.com>
1 parent a1bf9b9 commit f09f661

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+74
-74
lines changed
 

‎apps/cloud_federation_api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# cloud_federation_api
2-
The cloud federation API allows to share information like files, contacts, calendars, incoming calls, etc accross Nextcloud instances
2+
The cloud federation API allows to share information like files, contacts, calendars, incoming calls, etc across Nextcloud instances

‎apps/comments/src/activitytabviewplugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @param {OCA.Activity.ActivityModel} model for this activity
3333
* @param {jQuery} $el jQuery handle for this activity
34-
* @param {string} view The view that displayes this activity
34+
* @param {string} view The view that displays this activity
3535
*/
3636
prepareModelForDisplay(model, $el, view) {
3737
if (model.get('app') !== 'comments' || model.get('type') !== 'comments') {

0 commit comments

Comments
 (0)