Minor
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 12 Nov 2012 21:02:20 +0000 (13:02 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 12 Nov 2012 21:03:52 +0000 (13:03 -0800)
src/hb-ot-head-table.hh

index 0934168..3949531 100644 (file)
@@ -47,7 +47,7 @@ struct head
 
   inline unsigned int get_upem (void) const {
     unsigned int upem = unitsPerEm;
-    /* If no valid head table found, assume 1000, which matches typicaly Type1 usage. */
+    /* If no valid head table found, assume 1000, which matches typical Type1 usage. */
     return 16 <= upem && upem <= 16384 ? upem : 1000;
   }