v0.2.50..v0.2.51 changeset LoginCmd.cpp - ngageoint/hootenanny GitHub Wiki

diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/LoginCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/LoginCmd.cpp
index 94042a0..b7271fa 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/LoginCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/LoginCmd.cpp
@@ -62,7 +62,7 @@ public:
     const QString requestToken = loginManager.getRequestToken(authUrl);
     std::cout << std::endl << "Authorization URL: " << authUrl << std::endl << std::endl;
 
-    // prompt user to auth through the 3rd party (OpenStreetMap, MapEdit, etc.)
+    // prompt user to auth through the 3rd party (OpenStreetMap, etc.)
     const QString verifier = loginManager.promptForAuthorizationVerifier();
 
     // verify the user's login, create the user, and get their id and user name
⚠️ **GitHub.com Fallback** ⚠️