diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /mpi/mpi-bit.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'mpi/mpi-bit.c')
-rw-r--r-- | mpi/mpi-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-bit.c b/mpi/mpi-bit.c index cae29d225..d74abbf6d 100644 --- a/mpi/mpi-bit.c +++ b/mpi/mpi-bit.c @@ -75,7 +75,7 @@ mpi_get_nbits( MPI a ) /**************** - * Test wether bit N is set. + * Test whether bit N is set. */ int mpi_test_bit( MPI a, unsigned n ) |