summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2022-08-05 15:07:22 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2022-08-05 15:07:22 +0200
commit0050cc8182980713c54d3352bd025cc021b62917 (patch)
tree97861c26ff762f134359f6a11ece74960a8b8f3e
parent39e51aaaa4df4b6e4b1a9e091af027d40b836ac5 (diff)
downloadlibgd-0050cc8182980713c54d3352bd025cc021b62917.tar.gz
Fix #834: gdfonts.c comment mistake
-rw-r--r--src/gdfonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdfonts.c b/src/gdfonts.c
index e184e36..7bb957d 100644
--- a/src/gdfonts.c
+++ b/src/gdfonts.c
@@ -10,7 +10,7 @@
/**
* File: Small Font
*
- * A small ISO-8859-2 raster font (7x13 pixels).
+ * A small ISO-8859-2 raster font (6x13 pixels).
*
* The font is supposed to be used with <gdImageChar> and <gdImageString>
* and their variants.