Skip to content

Commit 55dd7aa

Browse files
sbrunnerrenovate[bot]
authored andcommitted
Fix spelling
1 parent e71e265 commit 55dd7aa

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

contribs/gmf/apps/desktop_alt/Controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016-2022 Camptocamp SA
3+
// Copyright (c) 2016-2023 Camptocamp SA
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy of
66
// this software and associated documentation files (the "Software"), to deal in
@@ -72,7 +72,7 @@ class Controller extends AbstractDesktopController {
7272
next: (panel) => {
7373
this.drawLidarprofilePanelActive = panel === 'lidar';
7474

75-
$timeout(() => {}); // this triggered on DOM click, we call $timeout to force Angular diggest
75+
$timeout(() => {}); // this triggered on DOM click, we call $timeout to force Angular digest
7676
},
7777
});
7878
}

src/controllers/AbstractDesktopController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export class AbstractDesktopController extends AbstractAPIController {
179179
this.googleStreetViewActive = panel === 'googlestreetview';
180180
this.mapillaryStreetViewActive = panel === 'mapillary';
181181

182-
$timeout(() => {}); // this triggered on DOM click, we call $timeout to force Angular diggest
182+
$timeout(() => {}); // this triggered on DOM click, we call $timeout to force Angular digest
183183

184184
if (panel === null || !panel.includes('auth')) {
185185
user.setLoginMessage('');

src/dropfile/component.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2020-2022 Camptocamp SA
3+
// Copyright (c) 2020-2023 Camptocamp SA
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy of
66
// this software and associated documentation files (the "Software"), to deal in
@@ -85,10 +85,10 @@ function processDrag_() {
8585
/**
8686
* This function handles the drop event
8787
* For a valid file, the file is added to the external source
88-
* For an invalid file an alert message is dsplayed
88+
* For an invalid file an alert message is displayed
8989
* If an element with 'gmf-app-map-messages' (disclaimers) exists the message is added to it
9090
* otherwise it is placed directly on the element
91-
* the message desappears after a delay of 4 seconds
91+
* the message disappear after a delay of 4 seconds
9292
*
9393
* @param {JQuery} element Element.
9494
* @param {import('gmf/datasource/ExternalDataSourcesManager').ExternalDatSourcesManager} gmfExternalDataSourcesManager The manager of external datasources.

src/misc/Time.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016-2021 Camptocamp SA
3+
// Copyright (c) 2016-2023 Camptocamp SA
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy of
66
// this software and associated documentation files (the "Software"), to deal in
@@ -100,7 +100,7 @@ Time.prototype.getOptions = function (time) {
100100
/**
101101
* Time.prototype.getUTCDate - Get UTC date from a local date object
102102
*
103-
* @param {Date} localDate loacl date object in
103+
* @param {Date} localDate local date object in
104104
* @returns {Date} UTC date
105105
*/
106106
Time.prototype.getUTCDate = function (localDate) {

src/offline/NetworkStatus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2018-2021 Camptocamp SA
3+
// Copyright (c) 2018-2023 Camptocamp SA
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy of
66
// this software and associated documentation files (the "Software"), to deal in
@@ -105,7 +105,7 @@ const Service = class {
105105
});
106106

107107
// online event doesn't means we have a internet connection, that means we
108-
// have possiby one (connected to a router ...)
108+
// have possibly one (connected to a router ...)
109109
this.$window_.addEventListener('online', () => {
110110
this.check(undefined);
111111
});

src/query/Querent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ export class Querent {
540540
});
541541
}
542542
});
543-
// Re-set the value to the datasource.xxxFormat to be able to re-use
543+
// Re-set the value to the datasource.xxxFormat to be able to reuse
544544
// it later (in another query);
545545
this.getSetOlFormatTypes_(dataSource, wfs, featureTypes);
546546
return features;

0 commit comments

Comments
 (0)