changeset 17190:d31af70c564e

Fix small typos spoted by Paul TT
author reynaldo
date Wed, 14 Dec 2005 19:35:25 +0000
parents ee03a2c72db8
children 6ac0b5f0d1ed
files help/help_mp-en.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_mp-en.h	Tue Dec 13 23:27:37 2005 +0000
+++ b/help/help_mp-en.h	Wed Dec 14 19:35:25 2005 +0000
@@ -1388,10 +1388,10 @@
 #define MSGTR_MPDEMUX_NW_GetSockOptFailed "getsockopt failed: %s\n"
 #define MSGTR_MPDEMUX_NW_ConnectError "Connect error: %s\n"
 #define MSGTR_MPDEMUX_NW_InvalidProxySettingTryingWithout "Invalid proxy setting... Trying without proxy.\n"
-#define MSGTR_MPDEMUX_NW_CantResolvTryingWithoutProxy "Could not find resolve remote hostname for AF_INET. Trying without proxy.\n"
+#define MSGTR_MPDEMUX_NW_CantResolvTryingWithoutProxy "Could not resolve remote hostname for AF_INET. Trying without proxy.\n"
 #define MSGTR_MPDEMUX_NW_ErrSendingHTTPRequest "Error while sending HTTP request: didn't sent all the request.\n"
 #define MSGTR_MPDEMUX_NW_ReadFailed "Read failed.\n"
-#define MSGTR_MPDEMUX_NW_Read0CouldBeEOF "http_read_response read 0 -ie- EOF\n"
+#define MSGTR_MPDEMUX_NW_Read0CouldBeEOF "http_read_response read 0 (i.e. EOF)\n"
 #define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use the option -user and -passwd to provide your\n"\
 "username/password for a list of URLs, or form an URL like:\n"\
 "http://username:password@hostname/file\n"