You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/12 15:50:54 UTC

svn commit: r1531533 - /apr/apr/trunk/include/apr_shm.h

Author: trawick
Date: Sat Oct 12 13:50:54 2013
New Revision: 1531533

URL: http://svn.apache.org/r1531533
Log:
fix spelling error

Modified:
    apr/apr/trunk/include/apr_shm.h

Modified: apr/apr/trunk/include/apr_shm.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_shm.h?rev=1531533&r1=1531532&r2=1531533&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_shm.h (original)
+++ apr/apr/trunk/include/apr_shm.h Sat Oct 12 13:50:54 2013
@@ -44,7 +44,7 @@ extern "C" {
 typedef struct apr_shm_t apr_shm_t;
 
 /**
- * Create and make accessable a shared memory segment.
+ * Create and make accessible a shared memory segment.
  * @param m The shared memory structure to create.
  * @param reqsize The desired size of the segment.
  * @param filename The file to use for shared memory on platforms that