diff options
Diffstat (limited to 'doc/texi/parser_aux.c.texi')
-rw-r--r-- | doc/texi/parser_aux.c.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/parser_aux.c.texi b/doc/texi/parser_aux.c.texi index e5be7c4..9ff06f1 100644 --- a/doc/texi/parser_aux.c.texi +++ b/doc/texi/parser_aux.c.texi @@ -6,7 +6,7 @@ @var{name}: null terminated string with the element's name to find. Searches for an element called @code{name} starting from @code{pointer} . The -name is composed by differents identifiers separated by dots. When +name is composed by different identifiers separated by dots. When * @code{pointer} has a name, the first identifier must be the name of * @code{pointer} , otherwise it must be the name of one child of * @code{pointer} . |