Retreive -> retrieve

svn-id: r39996
This commit is contained in:
Willem Jan Palenstijn 2009-04-18 21:18:30 +00:00
parent 8c60930aaa
commit e1c82543fc
6 changed files with 12 additions and 12 deletions

View file

@ -2072,7 +2072,7 @@ static int aug_get_next_sibling(parse_tree_node_t *tree, int pos, int *first, in
AUG_READ_BRANCH(seek, 0, pos);
AUG_ASSERT(seek);
// Now retreive first value
// Now retrieve first value
AUG_READ_BRANCH(valpos, 0, seek);
AUG_ASSERT(valpos);
AUG_READ_VALUE(*first, valpos);