summaryrefslogtreecommitdiff
path: root/src/osmConnection.js
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2020-10-26 22:18:51 +0100
committerMarcus Lundblad <ml@update.uu.se>2020-11-15 22:56:15 +0100
commitbd8f883c0523efa551178080ea49e9f2344aee20 (patch)
tree7aafbe98aa418319397b1e0923d112260fb20472 /src/osmConnection.js
parent6e38a8a74097f13b9cb2b201b7d2d5bab934f8d9 (diff)
downloadgnome-maps-bd8f883c0523efa551178080ea49e9f2344aee20.tar.gz
Fix typos found with codespellwip/mlundblad/codespell-fixes
Diffstat (limited to 'src/osmConnection.js')
-rw-r--r--src/osmConnection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmConnection.js b/src/osmConnection.js
index fcb1183a..7cbee11d 100644
--- a/src/osmConnection.js
+++ b/src/osmConnection.js
@@ -88,7 +88,7 @@ var OSMConnection = class OSMConnection {
openChangeset(comment, callback) {
/* we assume that this would only be called if there's already been an
- OAuth access token enrolled, so, if the currently instanciated
+ OAuth access token enrolled, so, if the currently instantiated
proxy instance doesn't have a token set, we could safely count on
it being present in the keyring */
if (this._callProxy.get_token() === null) {