Commit 75a941098f65d09462aefa7a589dd483a2c2f311

Werner Lemberg 2015-06-22T06:50:38

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/docs/CHANGES b/docs/CHANGES
index fe5ebd5..865ba83 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -13,9 +13,9 @@ CHANGES BETWEEN 2.6 and 2.6.1
       insensitive file systems like Mac OS X or Windows).
 
       Applications  that  use   (a)  `freetype-config'  or  FreeType's
-      `freetype2.pc' file pkg-config to  get the include directory for
-      the compiler,  and (b) the  documented way for  header inclusion
-      like
+      `freetype2.pc' file for pkg-config  to get the include directory
+      for  the  compiler,  and  (b)  the  documented  way  for  header
+      inclusion like
 
         #include <ft2build.h>
         #include FT_FREETYPE_H