aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-11 11:27:08 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-11 11:27:08 +0100
commitd02007699940ccc3f862a94c77fb63db34fd93f9 (patch)
tree368458b7c10901372829d22bd56f34bc504a1b4b /src
parentuse libpng, ... now we just have to make it faster (diff)
downloadscrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.gz
scrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.bz2
scrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src')
-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.