Bug fix in documentation Tim found.
author <brian@gir-2.local> <>
Tue, 27 May 2008 04:24:01 +0000 (09:54 +0530)
committer <brian@gir-2.local> <>
Tue, 27 May 2008 04:24:01 +0000 (09:54 +0530)
docs/memcached_callback.pod

index 9b56a5fcf7f363c08018ce8741b491ec037176bb..e1b2fb16d9e058bf2a7e546733b6997dce35c9ae 100755 (executable)
@@ -50,7 +50,7 @@ point of its execution all connections have been closed.
 =item MEMCACHED_CALLBACK_PREFIX_KEY
 
 You can set a value which will be used to create a domain for your keys.
-The value specified here will be appended to each of your keys. The value can not
+The value specified here will be prefixed to each of your keys. The value can not
 be greater then MEMCACHED_PREFIX_KEY_MAX_SIZE and will reduce MEMCACHED_MAX_KEY by
 the value of your key. The prefix key is only applied to the primary key,
 not the master key.