Commit 61579a7b540f4bb9bb1aad20a967204bac236e81

henry 2003-09-19T23:35:03

Fixed a spelling mistake.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTCharmap.h b/include/FTCharmap.h
index 47896dc..f7f83f0 100644
--- a/include/FTCharmap.h
+++ b/include/FTCharmap.h
@@ -18,7 +18,7 @@
  * It doesn't preprocess all indices, only on an as needed basis. This may
  * seem like a performance penalty but it is quicker than using the 'raw'
  * freetype calls and will save significant amounts of memory when dealing
- * with uncode encoding
+ * with unicode encoding
  *
  * @see "Freetype 2 Documentation" 
  *