diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:27:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:27:08 +0100 |
commit | d02007699940ccc3f862a94c77fb63db34fd93f9 (patch) | |
tree | 368458b7c10901372829d22bd56f34bc504a1b4b | |
parent | use libpng, ... now we just have to make it faster (diff) | |
download | scrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.gz scrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.bz2 scrotty-d02007699940ccc3f862a94c77fb63db34fd93f9.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | src/pnm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |