From: dirk Date: Sat, 26 Mar 2016 09:29:25 +0000 (+0100) Subject: Minor doc change. X-Git-Tag: 7.0.1-0~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce9583ca242465aa34760f6be20dde3644fdf0e3;p=imagemagick Minor doc change. --- diff --git a/MagickCore/token.c b/MagickCore/token.c index b2695f156..80004e210 100644 --- a/MagickCore/token.c +++ b/MagickCore/token.c @@ -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