rasmus          Thu Aug  2 01:25:02 2001 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  Small fix
  
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.47 phpdoc/en/functions/image.xml:1.48
--- phpdoc/en/functions/image.xml:1.47  Sat Jul  7 17:27:09 2001
+++ phpdoc/en/functions/image.xml       Thu Aug  2 01:25:02 2001
@@ -146,7 +146,7 @@
     modes of drawing on truecolor images.  In blending mode, the
     alpha channel component of the color supplied to all drawing function,
     such as <function>ImageSetPixel</function> determines how much of the
-    underlying color shouldbe allowed to shine through.  As a result, gd
+    underlying color should be allowed to shine through.  As a result, gd
     automatically blends the existing color at that point with the drawing color,
     and stores the result in the image.  The resulting pixel is opaque.  In
     non-blending mode, the drawing color is copied literally with its alpha channel


Reply via email to