summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:19:03 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:27 +0000
commit736bb924f7e70564df0b94db1deaf9e26f638109 (patch)
treebeb4664a77713d24dc2571b5583f5172f1fd9026 /lib/crypto
parent271b04aaae29be4a52d1c84f53190bec493f05a0 (diff)
downloadsamba-736bb924f7e70564df0b94db1deaf9e26f638109.tar.gz
Spelling fixes s/ ot / to /
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/gnutls_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/gnutls_helpers.h b/lib/crypto/gnutls_helpers.h
index 45dec2b5db6..49689e4c860 100644
--- a/lib/crypto/gnutls_helpers.h
+++ b/lib/crypto/gnutls_helpers.h
@@ -96,7 +96,7 @@ enum samba_gnutls_direction {
*
* @param[in] key_input2 Either a session_key or a confounder.
*
- * @param[in] data The data blob ot either encrypt or decrypt. The data
+ * @param[in] data The data blob to either encrypt or decrypt. The data
* will be encrypted or decrypted in place.
*
* @param[in] encrypt The encryption direction.