Commit 9884faed9d43777f04fccd8ef898a08d0a3b3eb6

Werner Lemberg 2006-09-29T22:13:21

Typo in comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/modules.cfg b/modules.cfg
index 995f40b..26a7506 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -153,7 +153,7 @@ BASE_EXTENSIONS += ftbbox.c
 BASE_EXTENSIONS += ftbdf.c
 
 # Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into
-# 8bpp format, and for emboldening of bitmap glyphs..
+# 8bpp format, and for emboldening of bitmap glyphs.
 #
 # See include/freetype/ftbitmap.h for the API.
 BASE_EXTENSIONS += ftbitmap.c