From 9168d5e290c24ad169e8bb5a016d2921e69c1264 Mon Sep 17 00:00:00 2001 From: Jan Pieper Date: Thu, 6 Sep 2018 08:44:44 +0200 Subject: [PATCH] Fixed typo in --help message --- calc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc.c b/calc.c index 3645d71..95a82fc 100644 --- a/calc.c +++ b/calc.c @@ -15,7 +15,7 @@ Options\n\ The following flags can be used,\n\ \n\ 1. -d, consider all angles to be degrees. Results are also in degrees.\n\ - 2. -n, print results of each epressions in a new line instead of separating them by space.\n\ + 2. -n, print results of each expressions in a new line instead of separating them by space.\n\ 3. -h (or) --help, print help and exit.\n\ \n\ Visit https://github.com/vivekannan/calc/ for more info.\n\