diff options
Diffstat (limited to '')
-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. |