webmagick (2.02-11) webmagickTextinfo.patch

Summary

 doc/webmagick.texinfo |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

#Author: Ryuichi Arafune <arafune@debian.org>
#Description: Fix spelling mistake in the manual.          
#Bug: #129031 

--- webmagick-2.02.orig/doc/webmagick.texinfo
+++ webmagick-2.02/doc/webmagick.texinfo
@@ -1489,7 +1489,7 @@
 
 Specify a texture to use as montage background.  The built-in textures
 "granite:" and "plasma:" are available.  A texture is the same
-aas a background image. For example:
+as a background image. For example:
 
 Granite texture:
 
@@ -1595,10 +1595,10 @@
 
 Specify the image composition algorithm for thumbnails. This controls
 the algorithm by which the thumbnail image is placed on the
-background. Available options are (default @code{Replace}): @code{Over},
+background. Available options are (default @code{Copy}): @code{Over},
 @code{In}, @code{Out}, @code{Atop}, @code{Xor}, @code{Plus},
 @code{Minus}, @code{Add}, @code{Subtract}, @code{Difference},
-@code{Bumpmap}, @code{Replace}, @code{MatteReplace}, @code{Mask},
+@code{Bumpmap}, @code{Copy}, @code{MatteReplace}, @code{Mask},
 @code{Blend}, and @code{Displace}. Use of @code{Over} is recommended for
 use with images that have transparency. This option may have negative
 side-effects for images without transparency.