summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-10-01 05:54:30 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-10-01 05:54:30 +0000
commitff9007685f8fa9e7d5027caf60a3f7d2a9f6f95b (patch)
tree1d68dbb52eb7c2c16032158a395cf67ac95b1b92 /lasso
parent3c3523191333cf466436aba2bb6eab08c3be858c (diff)
downloadlasso-ff9007685f8fa9e7d5027caf60a3f7d2a9f6f95b.tar.gz
lasso-ff9007685f8fa9e7d5027caf60a3f7d2a9f6f95b.tar.xz
lasso-ff9007685f8fa9e7d5027caf60a3f7d2a9f6f95b.zip
English correction.
Diffstat (limited to 'lasso')
-rw-r--r--lasso/xml/tools.c2
-rw-r--r--lasso/xml/xml.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/tools.c b/lasso/xml/tools.c
index 725bf79b..17e17309 100644
--- a/lasso/xml/tools.c
+++ b/lasso/xml/tools.c
@@ -458,7 +458,7 @@ lasso_query_to_dict(const gchar *query)
* @sender_public_key_file: the sender public key
* @recipient_private_key_file: the recipient private key
*
- * Verifys the query signature.
+ * Verifies the query signature.
*
* Return value: 0 if signature is valid
* a positive value if signature was not found or is invalid
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 489ab1a5..2c3d786a 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -477,7 +477,7 @@ lasso_node_rename_prop(LassoNode *node,
* @public_key_file: a public key (or a certificate) file
* @ca_cert_chain_file: a CA certificate chain file
*
- * Verifys the node signature of @node.
+ * Verifies the node signature of @node.
*
* Return value: 0 if signature is valid
* a positive value if signature was not found or is invalid