diff options
author | Robert Haas | 2016-03-15 22:06:11 +0000 |
---|---|---|
committer | Robert Haas | 2016-03-15 22:06:11 +0000 |
commit | 3aff33aa687e47d52f453892498b30ac98a296af (patch) | |
tree | 61560211d409fd97c6ee8e718fe01c9f5db717c6 /contrib/pgcrypto/sha1.h | |
parent | fd658dbb300456b393536802d1145a9cea7b25d6 (diff) |
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'contrib/pgcrypto/sha1.h')
-rw-r--r-- | contrib/pgcrypto/sha1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/sha1.h b/contrib/pgcrypto/sha1.h index 5532ca160d3..2f61e454ba4 100644 --- a/contrib/pgcrypto/sha1.h +++ b/contrib/pgcrypto/sha1.h @@ -63,7 +63,7 @@ extern void sha1_pad(struct sha1_ctxt *); extern void sha1_loop(struct sha1_ctxt *, const uint8 *, size_t); extern void sha1_result(struct sha1_ctxt *, uint8 *); -/* compatibilty with other SHA1 source codes */ +/* compatibility with other SHA1 source codes */ typedef struct sha1_ctxt SHA1_CTX; #define SHA1Init(x) sha1_init((x)) |