summaryrefslogtreecommitdiff
path: root/packages/httpd22
diff options
context:
space:
mode:
authormazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
committermazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
commit1d1b961888b4e115c21a5f00ec71c072239eab4c (patch)
tree71dedd660da3bf8f18d6d84b914126ac42c48041 /packages/httpd22
parent99796cc4e024162d4ce0c1f13ca50f646a86d9b3 (diff)
downloadfpc-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/httpd22')
-rw-r--r--packages/httpd22/src/apr/apr_portable.inc2
-rw-r--r--packages/httpd22/src/apr/apr_thread_proc.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/httpd22/src/apr/apr_portable.inc b/packages/httpd22/src/apr/apr_portable.inc
index b8bc09c9ca..c6ee1661b0 100644
--- a/packages/httpd22/src/apr/apr_portable.inc
+++ b/packages/httpd22/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/httpd22/src/apr/apr_thread_proc.inc b/packages/httpd22/src/apr/apr_thread_proc.inc
index eb5ae019d0..99e0b777dc 100644
--- a/packages/httpd22/src/apr/apr_thread_proc.inc
+++ b/packages/httpd22/src/apr/apr_thread_proc.inc
@@ -716,7 +716,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.