From 6d5de56e7e92ef747ff589a2b9d616361e1ef55f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 25 Nov 2015 10:30:37 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/err/err.c | 2 +- src/err/errx.c | 2 +- src/err/verr.c | 2 +- src/err/verrx.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/err') diff --git a/src/err/err.c b/src/err/err.c index d6d754a..f63d2a4 100644 --- a/src/err/err.c +++ b/src/err/err.c @@ -28,7 +28,7 @@ * * @etymology Report (err)or! * - * @parma status The exit status the process should have. + * @param status The exit status the process should have. * @param format Formatting-string for the warning. * @param ... Formatting-arguments. */ diff --git a/src/err/errx.c b/src/err/errx.c index c8e11c9..d29f849 100644 --- a/src/err/errx.c +++ b/src/err/errx.c @@ -28,7 +28,7 @@ * * @etymology (`err`), [x=](lesser variant). * - * @parma status The exit status the process should have. + * @param status The exit status the process should have. * @param format Formatting-string for the warning. * @param ... Formatting-arguments. */ diff --git a/src/err/verr.c b/src/err/verr.c index f88d944..2857c16 100644 --- a/src/err/verr.c +++ b/src/err/verr.c @@ -30,7 +30,7 @@ * * @etymology (V)ariadic version of (`err`). * - * @parma status The exit status the process should have. + * @param status The exit status the process should have. * @param format Formatting-string for the warning. * @param args Formatting-arguments. */ diff --git a/src/err/verrx.c b/src/err/verrx.c index 1c9e40c..4708264 100644 --- a/src/err/verrx.c +++ b/src/err/verrx.c @@ -29,7 +29,7 @@ * * @etymology (V)ariadic version of (`errx`). * - * @parma status The exit status the process should have. + * @param status The exit status the process should have. * @param format Formatting-string for the warning. * @param args Formatting-arguments. */ -- cgit v1.2.3-70-g09d2