diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-12-29 08:09:50 +0100 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-12-29 08:09:50 +0100 |
commit | 95faa51a23fc416e718dbd740adfce31f642530b (patch) | |
tree | a83fd0465c5449041641fcd8ba23af3fc7c1653d /p11-kit/iter.c | |
parent | 4ee6545d0188e495f195b7fe5abbe9cc382a626d (diff) |
build: Fix typo spotted by codespell
Diffstat (limited to 'p11-kit/iter.c')
-rw-r--r-- | p11-kit/iter.c | 2 |
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. |