From 4cca8f1a2cb443b6d57449a3c54a3f95a2d283a0 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Thu, 12 Jul 2007 00:22:26 +0300 Subject: [PATCH] http doc: "e.g." rather than "ie." when it's an example --- src/protocol/http/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/http/http.c b/src/protocol/http/http.c index 7723eec7..5f290378 100644 --- a/src/protocol/http/http.c +++ b/src/protocol/http/http.c @@ -193,7 +193,7 @@ static struct option_info http_options[] = { "is sent to HTTP server when a document is requested. The 'textmode'\n" "token in the first field is our silent attempt to establish this as\n" "a standard for new textmode user agents, so that the webmasters can\n" - "have just a single uniform test for these if they are ie. pushing\n" + "have just a single uniform test for these if they are e.g. pushing\n" "some lite version to them automagically.\n" "%v in the string means ELinks version\n" "%s in the string means system identification\n"