aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdraw/rgb.c')
-rw-r--r--src/libdraw/rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdraw/rgb.c b/src/libdraw/rgb.c
index e8f7f51b..b537533d 100644
--- a/src/libdraw/rgb.c
+++ b/src/libdraw/rgb.c
@@ -11,7 +11,7 @@
* over the color map looking for the nearest point in RGB
* space. There is no visual psychology reason for that
* criterion, but it's easy to implement and the results are
- * far more pleasing.
+ * far more pleasing.
*
int
rgb2cmap(int cr, int cg, int cb)