aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pnm.h2
1 files changed, 1 insertions, 1 deletions
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.