Commit 99a5afc0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dxof: Spelling fixes.

parent 06b72873
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment