diff options
author | Justus Winter <justus@g10code.com> | 2015-11-16 12:18:47 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2015-11-17 11:17:52 +0100 |
commit | 0e395944b70c7a92a6437f6bcc14f287c19ce9de (patch) | |
tree | fb78af690002b53f017cf1ea122e9f096e828f54 /tests/mpitests.c | |
parent | 89fa74d6b3e58cd4fcd6e0939a35e46cbaca2ea0 (diff) | |
download | libgcrypt-0e395944b70c7a92a6437f6bcc14f287c19ce9de.tar.gz |
Fix typos found using codespell
* cipher/cipher-ocb.c: Fix typos.
* cipher/des.c: Likewise.
* cipher/dsa-common.c: Likewise.
* cipher/ecc.c: Likewise.
* cipher/pubkey.c: Likewise.
* cipher/rsa-common.c: Likewise.
* cipher/scrypt.c: Likewise.
* random/random-csprng.c: Likewise.
* random/random-fips.c: Likewise.
* random/rndw32.c: Likewise.
* src/cipher-proto.h: Likewise.
* src/context.c: Likewise.
* src/fips.c: Likewise.
* src/gcrypt.h.in: Likewise.
* src/global.c: Likewise.
* src/sexp.c: Likewise.
* tests/mpitests.c: Likewise.
* tests/t-lock.c: Likewise.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/mpitests.c')
-rw-r--r-- | tests/mpitests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpitests.c b/tests/mpitests.c index d75aca90..e6f8525c 100644 --- a/tests/mpitests.c +++ b/tests/mpitests.c @@ -426,7 +426,7 @@ test_mul (void) /* What we test here is that we don't overwrite our args and that - using thne same mpi for several args works. */ + using the same mpi for several args works. */ static int test_powm (void) { |