1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

get_http_error_document: Change "happenned" to "happened".

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-10 11:16:26 +02:00 committed by Kalle Olavi Niemitalo
parent f2fc402093
commit c068ca92c0

View File

@ -127,7 +127,7 @@ get_http_error_document(struct terminal *term, struct uri *uri, int code)
add_format_to_string(&string, _(
" An error occurred on the server while fetching the document you\n"
" requested. However, the server did not send back any explanation of what\n"
" happenned, so it is unknown what went wrong. Please contact the web\n"
" happened, so it is unknown what went wrong. Please contact the web\n"
" server administrator about this, if you believe that this error should\n"
" not occur since it is not a nice behaviour from the web server at all\n"
" and indicates that there is some much deeper problem with the web server\n"