Skip to content

Commit

Permalink
fixing comments typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 committed Feb 18, 2017
1 parent dd7ed29 commit 25951df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates.c
Expand Up @@ -1578,7 +1578,7 @@ xmlSecTmplTransformAddC14NInclNamespaces(xmlNodePtr transformNode,
* @nsList: the NULL terminated list of namespace prefix/href pairs
* (optional).
*
* Writes XPath transform infromation to the <dsig:Transform/> node
* Writes XPath transform information to the <dsig:Transform/> node
* @node.
*
* Returns: 0 for success or a negative value otherwise.
Expand Down Expand Up @@ -1621,7 +1621,7 @@ xmlSecTmplTransformAddXPath(xmlNodePtr transformNode, const xmlChar *expression,
* @nsList: the NULL terminated list of namespace prefix/href pairs.
* (optional).
*
* Writes XPath2 transform infromation to the <dsig:Transform/> node
* Writes XPath2 transform information to the <dsig:Transform/> node
* @node.
*
* Returns: 0 for success or a negative value otherwise.
Expand Down Expand Up @@ -1659,7 +1659,7 @@ xmlSecTmplTransformAddXPath2(xmlNodePtr transformNode, const xmlChar* type,
* @nsList: the NULL terminated list of namespace prefix/href pairs.
* (optional).
*
* Writes XPoniter transform infromation to the <dsig:Transform/> node
* Writes XPointer transform information to the <dsig:Transform/> node
* @node.
*
* Returns: 0 for success or a negative value otherwise.
Expand Down

0 comments on commit 25951df

Please sign in to comment.