From 05097b8910f0ab3558f891a5bf92318abe3b1109 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 29 Apr 2002 02:36:10 +0000 Subject: [PATCH] Fix spelling/typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94851 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mappers/mod_imap.c b/modules/mappers/mod_imap.c index 6013cb94e75..763fa88152a 100644 --- a/modules/mappers/mod_imap.c +++ b/modules/mappers/mod_imap.c @@ -906,7 +906,7 @@ menu_bail: static int imap_handler(request_rec *r) { - /* Optimizatoin: skip the allocation of large local variables on the + /* Optimization: skip the allocation of large local variables on the * stack (in imap_handler_internal()) on requests that aren't using * imagemaps */ -- 2.47.2