]> granicus.if.org Git - imagemagick/commitdiff
Minor doc change.
authordirk <dirk@git.imagemagick.org>
Sat, 26 Mar 2016 09:29:25 +0000 (10:29 +0100)
committerdirk <dirk@git.imagemagick.org>
Sat, 26 Mar 2016 09:29:25 +0000 (10:29 +0100)
MagickCore/token.c

index b2695f156adc630bd4851d5c62be3d05eb978e74..80004e2101bc2f0442672ec4757be6471ee44a56 100644 (file)
@@ -147,7 +147,7 @@ MagickExport TokenInfo *DestroyTokenInfo(TokenInfo *token_info)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  GetNextToken() gets a lexeme from the token stream.  A token is defined as
+%  GetNextToken() 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)).  GetNextToken() also recognizes these