Documentation fix
authorBrian Aker <brian@tangent.org>
Tue, 8 Apr 2008 03:09:25 +0000 (20:09 -0700)
committerBrian Aker <brian@tangent.org>
Tue, 8 Apr 2008 03:09:25 +0000 (20:09 -0700)
docs/libmemcached.pod

index 1e63c8ce178f345ff4467b9209858a4f2af5ca61..06a22fe4c4559dfa557f5d2202c67710ea6af953 100755 (executable)
@@ -106,8 +106,8 @@ Major version value. Such as 1.23.4, would be 4
 
 When using threads or forked processes it is important to keep an instance
 of C<memcached_st> per process or thread. Without creating your own locking
-structures you can no share a single C<memcached_st>. You can though call
-memcached_close(3) on a C<memcached_st> and then use the resulting cloned
+structures you can not share a single C<memcached_st>. You can though call
+memcached_quit(3) on a C<memcached_st> and then use the resulting cloned
 structure.
 
 =head1 HOME