From d02007699940ccc3f862a94c77fb63db34fd93f9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 11 Dec 2015 11:27:08 +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/pnm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pnm.h b/src/pnm.h index 3c1b2ee..172e3cb 100644 --- a/src/pnm.h +++ b/src/pnm.h @@ -24,7 +24,7 @@ * * A pixel in the PNM image is formatted as `%{red} %{green} %{blue} ` in text. * - * @parma F:FILE * The file whither the pixel shall be save. + * @param F:FILE * The file whither the pixel shall be save. * @param R:int The [0, 255]-value on the red subpixel. * @param G:int The [0, 255]-value on the green subpixel. * @param B:int The [0, 255]-value on the blue subpixel. -- cgit v1.2.3-70-g09d2