summaryrefslogtreecommitdiff
path: root/src/contextMenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/contextMenu.js')
-rw-r--r--src/contextMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contextMenu.js b/src/contextMenu.js
index 6a4727a2..bfa04d79 100644
--- a/src/contextMenu.js
+++ b/src/contextMenu.js
@@ -152,7 +152,7 @@ var ContextMenu = GObject.registerClass({
_onAddOSMLocationActivated() {
let osmEdit = Application.osmEdit;
- /* if the user is not alread signed in, show the account dialog */
+ /* if the user is not already signed in, show the account dialog */
if (!osmEdit.isSignedIn) {
let dialog = osmEdit.createAccountDialog(this._mainWindow, true);