summaryrefslogtreecommitdiff
path: root/p11-kit/iter.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-08-12 17:21:19 +0200
committerStef Walter <stefw@redhat.com>2016-08-22 11:55:55 +0200
commit8c8c81942038e0068472dd9bab8d57c00b2acee4 (patch)
treeb508003b628ac3bf2c7ee0352f4fe01afb608185 /p11-kit/iter.c
parentfb73b3a908d8fa21b0e7f6461fc9e77c1e15f4b3 (diff)
downloadp11-kit-8c8c81942038e0068472dd9bab8d57c00b2acee4.tar.gz
Fix typos flagged by codespell
Diffstat (limited to 'p11-kit/iter.c')
-rw-r--r--p11-kit/iter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/p11-kit/iter.c b/p11-kit/iter.c
index 5301162..aeee8ad 100644
--- a/p11-kit/iter.c
+++ b/p11-kit/iter.c
@@ -103,7 +103,7 @@ struct p11_kit_iter {
* @P11_KIT_ITER_WANT_WRITABLE: Try to open read-write sessions when
* iterating over obojects.
*
- * Various flags controling the behavior of the iterator.
+ * Various flags controlling the behavior of the iterator.
*/
/**
@@ -680,7 +680,7 @@ p11_kit_iter_get_slot (P11KitIter *iter)
*
* Get the token info for the token which the current matching object is on.
*
- * This can only be called after p11_kit_iter_next(0 succeeds.
+ * This can only be called after p11_kit_iter_next() succeeds.
*
* Returns: the slot of the current matching object.
*/
@@ -732,9 +732,9 @@ p11_kit_iter_get_object (P11KitIter *iter)
/**
* p11_kit_iter_destroy_object:
- * @iter: teh iterator
+ * @iter: the iterator
*
- * Destory the current matching object.
+ * Destroy the current matching object.
*
* This can only be called after p11_kit_iter_next() succeeds.
*