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/httpd20 | |
| 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/httpd20')
| -rw-r--r-- | packages/httpd20/src/apr/apr_pools.inc | 2 | ||||
| -rw-r--r-- | packages/httpd20/src/apr/apr_portable.inc | 2 | ||||
| -rw-r--r-- | packages/httpd20/src/apr/apr_thread_proc.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/httpd20/src/apr/apr_pools.inc b/packages/httpd20/src/apr/apr_pools.inc index 6ffc3c10c0..ef0e804b07 100644 --- a/packages/httpd20/src/apr/apr_pools.inc +++ b/packages/httpd20/src/apr/apr_pools.inc @@ -88,7 +88,7 @@ type * <pre> * | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | * --------------------------------- - * | | | | | | | | x | General debug code enabled (usefull in + * | | | | | | | | x | General debug code enabled (useful in * combination with --with-efence). * * | | | | | | | x | | Verbose output on stderr (report diff --git a/packages/httpd20/src/apr/apr_portable.inc b/packages/httpd20/src/apr/apr_portable.inc index 415e969c89..78c1b65f33 100644 --- a/packages/httpd20/src/apr/apr_portable.inc +++ b/packages/httpd20/src/apr/apr_portable.inc @@ -144,7 +144,7 @@ type apr_os_file_t: Integer; {< native file } typedef DIR apr_os_dir_t; {< native dir } apr_os_sock_t: Integer; {< native dir } -typedef struct apr_os_proc_mutex_t apr_os_proc_mutex_t; {< native proces +typedef struct apr_os_proc_mutex_t apr_os_proc_mutex_t; {< native process * mutex } {$if defined(APR_HAS_THREADS) and defined(APR_HAVE_PTHREAD_H)} diff --git a/packages/httpd20/src/apr/apr_thread_proc.inc b/packages/httpd20/src/apr/apr_thread_proc.inc index 51d0d48a90..fadc5cd669 100644 --- a/packages/httpd20/src/apr/apr_thread_proc.inc +++ b/packages/httpd20/src/apr/apr_thread_proc.inc @@ -679,7 +679,7 @@ const // external LibAPR name LibNamePrefix + 'apr_proc_detach' + LibSuff4; { - * Register an other_child -- a child associated to its registered + * Register another_child -- a child associated to its registered * maintence callback. This callback is invoked when the process * dies, is disconnected or disappears. * @param proc The child process to register. |
