diff options
author | Michael Paquier | 2019-07-01 01:00:23 +0000 |
---|---|---|
committer | Michael Paquier | 2019-07-01 01:00:23 +0000 |
commit | c74d49d41c9e0fabeb1179dcabfb3137833ed831 (patch) | |
tree | d5406f4f6578181174e178c68ba320ac9395648a /contrib/pgcrypto/crypt-des.c | |
parent | 459c3cdb4ad8323bfe6bcae0186a3831e0c89c94 (diff) |
Fix many typos and inconsistencies
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'contrib/pgcrypto/crypt-des.c')
-rw-r--r-- | contrib/pgcrypto/crypt-des.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/crypt-des.c b/contrib/pgcrypto/crypt-des.c index ed07fc46064..6efaa609c9d 100644 --- a/contrib/pgcrypto/crypt-des.c +++ b/contrib/pgcrypto/crypt-des.c @@ -11,7 +11,7 @@ * binaries of libcrypt exportable from the USA * * Adapted for FreeBSD-4.0 by Mark R V Murray - * this file should now *only* export crypt_des(), in order to make + * this file should now *only* export px_crypt_des(), in order to make * a module that can be optionally included in libcrypt. * * Redistribution and use in source and binary forms, with or without |