diff options
| author | mazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-06 20:33:57 +0000 |
|---|---|---|
| committer | mazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-06 20:33:57 +0000 |
| commit | 1d1b961888b4e115c21a5f00ec71c072239eab4c (patch) | |
| tree | 71dedd660da3bf8f18d6d84b914126ac42c48041 /packages/httpd13 | |
| parent | 99796cc4e024162d4ce0c1f13ca50f646a86d9b3 (diff) | |
| download | fpc-1d1b961888b4e115c21a5f00ec71c072239eab4c.tar.gz | |
* Fixed spell error revealed by lintian.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/httpd13')
| -rw-r--r-- | packages/httpd13/src/http_main.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/httpd13/src/http_main.inc b/packages/httpd13/src/http_main.inc index 10547159a7..c0a9b5406d 100644 --- a/packages/httpd13/src/http_main.inc +++ b/packages/httpd13/src/http_main.inc @@ -114,7 +114,7 @@ char *ap_init_mutex_method(char *t);} {$ifndef NO_OTHER_CHILD} { - * register an other_child -- a child which the main loop keeps track of + * register another_child -- a child which the main loop keeps track of * and knows it is different than the rest of the scoreboard. * * pid is the pid of the child. @@ -149,7 +149,7 @@ const * us knowing ... buggy os? } { - * unregister an other_child. Note that the data pointer is used here, and + * unregister another_child. Note that the data pointer is used here, and * is assumed to be unique' per other_child. This is because the pid and * write_fd are possibly killed off separately. } |
