From: Date: Thu, 15 May 2008 15:08:21 +0000 (-0700) Subject: Fix in spelling of memcached_strerror() X-Git-Tag: 0.21~8 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=84a1c1e9febd2f9a705cc68e7af06018dcb7d176;p=m6w6%2Flibmemcached Fix in spelling of memcached_strerror() --- diff --git a/docs/libmemcached.pod b/docs/libmemcached.pod index 06a22fe4..b950a63d 100755 --- a/docs/libmemcached.pod +++ b/docs/libmemcached.pod @@ -33,7 +33,7 @@ written in order to encapsulate the C. It is not recommended that you operate directly against the structure. Nearly all functions return a C value. -This value can be translated to a printable string with memcached_strerr(3). +This value can be translated to a printable string with memcached_strerror(3). Partitioning based on keys is supported in the library. Using the key partioning functions it is possible to group sets of object onto servers.