diff options
Diffstat (limited to 'libs/libcurl/src/curl_des.c')
-rw-r--r-- | libs/libcurl/src/curl_des.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/curl_des.c b/libs/libcurl/src/curl_des.c index d8df054017..ce568e6e13 100644 --- a/libs/libcurl/src/curl_des.c +++ b/libs/libcurl/src/curl_des.c @@ -36,7 +36,7 @@ * Curl_des_set_odd_parity()
*
* This is used to apply odd parity to the given byte array. It is typically
- * used by when a cryptography engine doesn't have its own version.
+ * used by when a cryptography engine does not have its own version.
*
* The function is a port of the Java based oddParity() function over at:
*
|