summaryrefslogtreecommitdiff
path: root/lib/locks.c
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2015-12-26 18:24:56 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-27 12:23:23 +0200
commit366260020123dc212dd776e05ff4f6220a6173e9 (patch)
treec21495bee43d5da2bc2646920da89fd0656a7f14 /lib/locks.c
parent65002fce1c5cc68f90c898cd390189df6752da5c (diff)
downloadgnutls-366260020123dc212dd776e05ff4f6220a6173e9.tar.gz
Fix some typos [ci skip]
Diffstat (limited to 'lib/locks.c')
-rw-r--r--lib/locks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locks.c b/lib/locks.c
index d632e0e3c9..8b94b6c62a 100644
--- a/lib/locks.c
+++ b/lib/locks.c
@@ -39,7 +39,7 @@
* With this function you are allowed to override the default mutex
* locks used in some parts of gnutls and dependent libraries. This function
* should be used if you have complete control of your program and libraries.
- * Do not call this function from a library, or preferrably from any application
+ * Do not call this function from a library, or preferably from any application
* unless really needed to. GnuTLS will use the appropriate locks for the running
* system.
*