OAuth: Fix a typo in the success message
authorChristian Kamm <mail@ckamm.de>
Mon, 12 Jun 2017 09:50:36 +0000 (11:50 +0200)
committerOlivier Goffart <olivier@woboq.com>
Mon, 12 Jun 2017 10:58:20 +0000 (12:58 +0200)
src/gui/creds/oauth.cpp

index 86b261bb3c0d871c579007e43c54df18447acadb..2022995c28d2b0930d91573c18727a2e758f87d7 100644 (file)
@@ -64,7 +64,7 @@ void OAuth::start()
                 }
 
                 // TODO: add redirect to the page on the server
-                httpReplyAndClose(socket, "200 OK", "<h1>Login Successfull</h1><p>You can close this window.</p>");
+                httpReplyAndClose(socket, "200 OK", "<h1>Login Successful</h1><p>You can close this window.</p>");
 
                 QString code = rx.cap(1); // The 'code' is the first capture of the regexp