Francois Gouget : d3dxof: Spelling fixes.
Module: wine Branch: master Commit: 99a5afc09b1e8928a2b3270ce67784083d2f5b0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=99a5afc09b1e8928a2b3270ce6... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun May 29 12:42:56 2016 +0200 d3dxof: Spelling fixes. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3dxof/parsing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c index 54566b0..f7724ec 100644 --- a/dlls/d3dxof/parsing.c +++ b/dlls/d3dxof/parsing.c @@ -748,7 +748,7 @@ static WORD parse_TOKEN(parse_buffer * buf) { buf->list_nb_elements--; buf->list_separator = FALSE; - /* Insert separarator between each values and since list does not accept separator at the end + /* Insert separator between each value, and since list does not accept separator at the end use a comma so any extra separator will generate an error */ token = TOKEN_COMMA; } @@ -761,7 +761,7 @@ static WORD parse_TOKEN(parse_buffer * buf) *(DWORD*)buf->value = value; buf->list_separator = TRUE; - /* Convert list into a serie of their basic type counterpart */ + /* Convert list into a series of their basic type counterpart */ token = buf->list_type_float ? TOKEN_FLOAT : TOKEN_INTEGER; } dump_TOKEN(token);
participants (1)
-
Alexandre Julliard