diff options
author | Peter Eisentraut | 2017-03-14 15:38:30 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-14 16:58:39 +0000 |
commit | f97a028d8ee3e7d64a93285707af94b612c47651 (patch) | |
tree | 493c190e8470843ca2cd73ac06f86476d5721062 /contrib/pgcrypto/crypt-des.c | |
parent | 5ed6fff6b729c3cce55d4abc8f695da93aa40a0d (diff) |
Spelling fixes in code comments
From: Josh Soref <jsoref@gmail.com>
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 a4aa4966bfc..44a5731dde0 100644 --- a/contrib/pgcrypto/crypt-des.c +++ b/contrib/pgcrypto/crypt-des.c @@ -416,7 +416,7 @@ des_setkey(const char *key) && rawkey1 == old_rawkey1) { /* - * Already setup for this key. This optimisation fails on a zero key + * Already setup for this key. This optimization fails on a zero key * (which is weak and has bad parity anyway) in order to simplify the * starting conditions. */ |