From 907def173922d9c3cbceb7a83b81e5a144bb63f5 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 22 May 2008 03:47:33 +0000 Subject: [PATCH] removed typo git-svn-id: svn://svn.lighttpd.net/xcache/trunk@558 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmap.c b/mmap.c index e8266a6..b99f29b 100644 --- a/mmap.c +++ b/mmap.c @@ -198,7 +198,7 @@ static XC_SHM_INIT(xc_mmap_init) /* {{{ */ if (shm->ptr == XCACHE_MAP_FAILED) { perror(shm->name); - errstr = "Failed creating file mappping"; + errstr = "Failed creating file mapping"; shm->ptr = NULL; goto err; }