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 /tools/mpicalc.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'tools/mpicalc.c')
-rw-r--r-- | tools/mpicalc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mpicalc.c b/tools/mpicalc.c index 361b275cb..0e2980587 100644 --- a/tools/mpicalc.c +++ b/tools/mpicalc.c @@ -1,10 +1,10 @@ /* mpitest.c - test the mpi functions * Copyright (C) 1998 Free Software Foundation, Inc. * - * This is a RPN calculator; values must be given in hex. - * Operaion is like dc(1) except that the input/output radix is + * This is an RPN calculator; values must be given in hex. + * Operation is like dc(1) except that the input/output radix is * always 16 and you can use a '-' to prefix a negative number. - * Addition operators: ++ and --. All operators must be delimeted by a blank + * Addition operators: ++ and --. All operators must be delimited by a blank * * * This file is part of GNUPG. |