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 | |
parent | fd658dbb300456b393536802d1145a9cea7b25d6 (diff) |
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pgcrypto/sha1.h | 2 | ||||
-rw-r--r-- | contrib/sepgsql/label.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgcrypto/sha1.h b/contrib/pgcrypto/sha1.h index 5532ca160d..2f61e454ba 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)) diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 3e32f1b22d..e12a0e8cb6 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -161,7 +161,7 @@ sepgsql_set_client_label(const char *new_label) /* * sepgsql_xact_callback * - * A callback routine of transaction commit/abort/prepare. Commmit or abort + * A callback routine of transaction commit/abort/prepare. Commit or abort * changes in the client_label_pending list. */ static void |