diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-08-12 17:21:19 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-08-22 11:55:55 +0200 |
commit | 8c8c81942038e0068472dd9bab8d57c00b2acee4 (patch) | |
tree | b508003b628ac3bf2c7ee0352f4fe01afb608185 /p11-kit/util.c | |
parent | fb73b3a908d8fa21b0e7f6461fc9e77c1e15f4b3 (diff) |
Fix typos flagged by codespell
Diffstat (limited to 'p11-kit/util.c')
-rw-r--r-- | p11-kit/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/util.c b/p11-kit/util.c index 1124876..325d669 100644 --- a/p11-kit/util.c +++ b/p11-kit/util.c @@ -57,7 +57,7 @@ * @title: Future * @short_description: Future Unstable API * - * API that is not yet stable enough to be enabled by default. In all likelyhood + * API that is not yet stable enough to be enabled by default. In all likelihood * this will be included in the next release. To use this API you must define a * MACRO. See the p11-kit.h header for more details. */ |