diff options
author | Damien Miller <djm@mindrot.org> | 2018-04-10 02:19:02 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 02:19:02 +0200 |
commit | 10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch) | |
tree | 3ff183d0d7a71a2843e1cb13f682743761555053 /openbsd-compat/sha2.c | |
parent | upstream: more typos spotted by Karsten Weiss using codespell (diff) | |
download | openssh-10479cc2a4acd6faaf643eb305233b49d70c31c1.tar.xz openssh-10479cc2a4acd6faaf643eb305233b49d70c31c1.zip |
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'openbsd-compat/sha2.c')
-rw-r--r-- | openbsd-compat/sha2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c index a22099bbe..b55ea30ac 100644 --- a/openbsd-compat/sha2.c +++ b/openbsd-compat/sha2.c @@ -72,7 +72,7 @@ * Please make sure that your system defines BYTE_ORDER. If your * architecture is little-endian, make sure it also defines * LITTLE_ENDIAN and that the two (BYTE_ORDER and LITTLE_ENDIAN) are - * equivilent. + * equivalent. * * If your system does not define the above, then you can do so by * hand like this: |