summaryrefslogtreecommitdiff
path: root/p11-kit/iter.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
committerDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
commit95faa51a23fc416e718dbd740adfce31f642530b (patch)
treea83fd0465c5449041641fcd8ba23af3fc7c1653d /p11-kit/iter.c
parent4ee6545d0188e495f195b7fe5abbe9cc382a626d (diff)
build: Fix typo spotted by codespell
Diffstat (limited to 'p11-kit/iter.c')
-rw-r--r--p11-kit/iter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/iter.c b/p11-kit/iter.c
index d1ffd91..d26cd71 100644
--- a/p11-kit/iter.c
+++ b/p11-kit/iter.c
@@ -830,7 +830,7 @@ p11_kit_iter_get_token (P11KitIter *iter)
* p11_kit_iter_get_session:
* @iter: the iterator
*
- * Get the session which the current matching object is acessible
+ * Get the session which the current matching object is accessible
* through.
*
* This can only be called after p11_kit_iter_next() succeeds.