Fixes a typo/oops that shows up on openbsd.
[awesomized/libmemcached] / docs / memcat.pod
index c5ef808b17136b0fd128fca8cba05eddfe68889e..8e572b7cff37793dd71d10475b7087e0dc92a938 100644 (file)
@@ -8,8 +8,8 @@ memcat - Copy a set of keys to stdout
 
 =head1 DESCRIPTION
 
-B<memcat> outputs to stdout the value a single or mutiple set of keys
-stored in a memcached(1) server.
+B<memcat> outputs to stdout the value a single or multiple set of keys
+stored in a memcached(1) server. If any key is not found an error is returned.
 
 It is similar to the standard UNIX cat(1) utility.