Skip to content

Commit

Permalink
traymon: corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Oct 30, 2018
1 parent 632f59f commit 89036c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/qt-tray-monitor/authenticate.cc
Expand Up @@ -52,7 +52,7 @@ static std::map<AuthenticationResult,std::string> authentication_error_to_string
{ AuthenticationResult::kQualifiedResourceNameFailed, "Could not generate a qualified resource name" },
{ AuthenticationResult::kTlsHandshakeFailed, "TLS Handshake failed" },
{ AuthenticationResult::kSendHelloMessageFailed, "Send of hello handshake message failed" },
{ AuthenticationResult::kCramMd5HandshakeFailed, "Challenge resonse handshake failed" },
{ AuthenticationResult::kCramMd5HandshakeFailed, "Challenge response handshake failed" },
{ AuthenticationResult::kDaemonResponseFailed, "Daemon response could not be read" },
{ AuthenticationResult::kRejectedByDaemon, "Authentication was rejected by the daemon" },
{ AuthenticationResult::kUnknownDaemon, "Unkown daemon type" }
Expand Down

0 comments on commit 89036c3

Please sign in to comment.