Changeset 4683


Ignore:
Timestamp:
07/01/11 08:18:22 (23 months ago)
Author:
glennrp
Message:

spelling (initialize)

Location:
ImageMagick/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/jp2.c

    r4649 r4683  
    855855    return(status); 
    856856  /* 
    857     Intialize JPEG 2000 API. 
     857    Initialize JPEG 2000 API. 
    858858  */ 
    859859  if (image->colorspace != RGBColorspace) 
  • ImageMagick/trunk/magick/cache.c

    r4656 r4683  
    45004500% 
    45014501%  QueueAuthenticPixels() queues a mutable pixel region.  If the region is 
    4502 %  successfully intialized a pointer to a PixelPacket array representing the 
     4502%  successfully initialized a pointer to a PixelPacket array representing the 
    45034503%  region is returned, otherwise NULL is returned.  The returned pointer may 
    45044504%  point to a temporary working buffer for the pixels or it may point to the 
  • ImageMagick/trunk/magick/deprecate.c

    r4649 r4683  
    60956095% 
    60966096%  SetImagePixels() queues a mutable pixel region. 
    6097 %  If the region is successfully intialized a pointer to a PixelPacket 
     6097%  If the region is successfully initialized a pointer to a PixelPacket 
    60986098%  array representing the region is returned, otherwise NULL is returned. 
    60996099%  The returned pointer may point to a temporary working buffer for the 
  • ImageMagick/trunk/magick/signature.c

    r3824 r4683  
    376376%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    377377% 
    378 %  IntializeSignature() intializes the Signature accumulator. 
     378%  InitializeSignature() initializes the Signature accumulator. 
    379379% 
    380380%  The format of the DestroySignatureInfo method is: 
Note: See TracChangeset for help on using the changeset viewer.