Fixed a spelling error caught by lintian.
authorMonty Taylor <mordred@inaugust.com>
Fri, 28 May 2010 16:56:01 +0000 (09:56 -0700)
committerMonty Taylor <mordred@inaugust.com>
Fri, 28 May 2010 16:56:01 +0000 (09:56 -0700)
docs/memcat.pod

index 12947c671c99765e64f75b0c2141bd91ee0ef6cd..8e572b7cff37793dd71d10475b7087e0dc92a938 100644 (file)
@@ -8,7 +8,7 @@ memcat - Copy a set of keys to stdout
 
 =head1 DESCRIPTION
 
-B<memcat> outputs to stdout the value a single or mutiple set of keys
+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.