summaryrefslogtreecommitdiffstats
path: root/src/util/crypto
diff options
context:
space:
mode:
authorRené Genz <liebundartig@freenet.de>2017-10-22 22:24:27 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-10-25 10:24:49 +0200
commita02a5ed51178b2cbede0396d66aed716b8898096 (patch)
treef531fdb700577837b840032207b3a682be43b486 /src/util/crypto
parent1becbb7bec29a3d418d8f19fc52433cf86bcf395 (diff)
downloadsssd-a02a5ed51178b2cbede0396d66aed716b8898096.tar.gz
sssd-a02a5ed51178b2cbede0396d66aed716b8898096.tar.xz
sssd-a02a5ed51178b2cbede0396d66aed716b8898096.zip
Fix minor spelling mistakes
Merges: https://pagure.io/SSSD/sssd/pull-request/3556 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/util/crypto')
-rw-r--r--src/util/crypto/libcrypto/crypto_sha512crypt.c2
-rw-r--r--src/util/crypto/nss/nss_sha512crypt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto/libcrypto/crypto_sha512crypt.c b/src/util/crypto/libcrypto/crypto_sha512crypt.c
index 102356662..b074eee55 100644
--- a/src/util/crypto/libcrypto/crypto_sha512crypt.c
+++ b/src/util/crypto/libcrypto/crypto_sha512crypt.c
@@ -7,7 +7,7 @@
* Sumit Bose <sbose@redhat.com>
* George McCollister <georgem@novatech-llc.com>
*/
-/* SHA512-based Unix crypt implementation.
+/* SHA512-based UNIX crypt implementation.
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
#include "config.h"
diff --git a/src/util/crypto/nss/nss_sha512crypt.c b/src/util/crypto/nss/nss_sha512crypt.c
index 9fedd5ec6..2f1624e63 100644
--- a/src/util/crypto/nss/nss_sha512crypt.c
+++ b/src/util/crypto/nss/nss_sha512crypt.c
@@ -5,7 +5,7 @@
*
* Sumit Bose <sbose@redhat.com>
*/
-/* SHA512-based Unix crypt implementation.
+/* SHA512-based UNIX crypt implementation.
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
#include "config.h"