Fix spelling of memcached_fetch_execute
authorTim Bunce <Tim.Bunce@pobox.com>
Thu, 24 Jan 2008 20:49:46 +0000 (20:49 +0000)
committerTim Bunce <Tim.Bunce@pobox.com>
Thu, 24 Jan 2008 20:49:46 +0000 (20:49 +0000)
docs/memcached_behavior.pod
docs/memcached_callback.pod

index 04d6e06016226fd7564a5e09d1244e6d6fd951dc..ef8206686f172a8be54fa0c32ef71bd8a5916dec 100755 (executable)
@@ -76,7 +76,7 @@ Modify the timeout value that is used by poll(). The default value is -1. An sig
 =item MEMCACHED_BEHAVIOR_USER_DATA
 
 This allows you to store a pointer to a specifc piece of data. This can be
-retrieved from inside of memcached_fetch_exectue(). Cloning a memcached_st
+retrieved from inside of memcached_fetch_execute(). Cloning a memcached_st
 will copy the pointer to the clone. This was deprecated in 0.14 in favor
 of memcached_callback_set(3). This will be removed in 0.15.
 
index 17d138ff79fa459cd9d9e181e267c486ba84a77f..7d3fe7306e631d3013826ed2159866e90327c5e3 100755 (executable)
@@ -47,7 +47,7 @@ point of its execution all connections have been closed.
 =item MEMCACHED_CALLBACK_USER_DATA
 
 This allows you to store a pointer to a specifc piece of data. This can be
-retrieved from inside of memcached_fetch_exectue(). Cloning a memcached_st
+retrieved from inside of memcached_fetch_execute(). Cloning a memcached_st
 will copy the pointer to the clone.
 
 =item  MEMCACHED_CALLBACK_MALLOC_FUNCTION,