Commit 9d7d50f7891b6a85819582634d04d1bcf115c110

David Turner 2007-01-05T13:17:15

fixing typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ChangeLog b/ChangeLog
index c99c823..a88fb06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,7 @@
 	large Asian CFF fonts.
 
 	* src/base/ftobjs.c (FT_Done_Library): Remove a subtle memory leak
-	which happens when FT_Done_Library is called with still open
+	which happens when FT_Done_Library is called with still opened
 	CFF_Faces in it.  We need to close all faces before destroying the
 	modules, or else some bad things (memory leaks) may happen.