# HG changeset patch # User Will Thompson # Date 1194818218 0 # Node ID 8ffb65f3c0e94bad30e94d01fbc1bf43e164c61b # Parent cd4173014f5048719294776cebe820013d59e4cf Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly. diff -r cd4173014f50 -r 8ffb65f3c0e9 libpurple/connection.h --- a/libpurple/connection.h Sun Nov 11 21:41:59 2007 +0000 +++ b/libpurple/connection.h Sun Nov 11 21:56:58 2007 +0000 @@ -67,7 +67,8 @@ /** The username supplied was not valid. */ PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1, /** The username, password or some other credential was incorrect. Use - * the above errors if the username is known to be invalid. + * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username + * is known to be invalid. */ PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2, /** libpurple doesn't speak any of the authentication methods the