diff options
Diffstat (limited to 'lib/locks.c')
-rw-r--r-- | lib/locks.c | 2 |
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. * |