summaryrefslogtreecommitdiff
path: root/p11-kit/modules.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/modules.c
parentfb73b3a908d8fa21b0e7f6461fc9e77c1e15f4b3 (diff)
Fix typos flagged by codespell
Diffstat (limited to 'p11-kit/modules.c')
-rw-r--r--p11-kit/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/p11-kit/modules.c b/p11-kit/modules.c
index c1094ce..f52c6e1 100644
--- a/p11-kit/modules.c
+++ b/p11-kit/modules.c
@@ -745,7 +745,7 @@ finalize_module_inlock_reentrant (Module *mod)
return CKR_OK;
/*
- * Becuase of the mutex unlock below, we temporarily increase
+ * Because of the mutex unlock below, we temporarily increase
* the ref count. This prevents module from being freed out
* from ounder us.
*/
@@ -1951,7 +1951,7 @@ p11_modules_load_inlock_reentrant (int flags,
* If @flags contains the %P11_KIT_MODULE_CRITICAL flag then the
* modules will all be treated as 'critical', regardless of the module
* configuration. This means that a failure to load any module will
- * cause this funtion to fail.
+ * cause this function to fail.
*
* For unmanaged modules there is no guarantee to the state of the
* modules. Other callers may be using the modules. Using unmanaged