]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 23 Apr 2011 17:18:30 +0000 (17:18 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 23 Apr 2011 17:18:30 +0000 (17:18 +0000)
magick/token.c

index 2afaf02fb9473b8d9e8d10ae7c4e2d101913ea8c..d318470e9e7336dba568e088d590f14c842cb0ce 100644 (file)
@@ -145,9 +145,9 @@ MagickExport TokenInfo *DestroyTokenInfo(TokenInfo *token_info)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  GetMagickToken() gets a token from the token stream.  A token is defined as a
-%  sequence of characters delimited by whitespace (e.g. clip-path), a sequence
-%  delimited with quotes (.e.g "Quote me"), or a sequence enclosed in
+%  GetMagickToken() gets a token from the token stream.  A token is defined as
+%  a sequence of characters delimited by whitespace (e.g. clip-path), a
+%  sequence delimited with quotes (.e.g "Quote me"), or a sequence enclosed in
 %  parenthesis (e.g. rgb(0,0,0)).  GetMagickToken() also recognizes these
 %  separator characters: ':', '=', ',', and ';'.
 %