Skip to content

Commit 835a188

Browse files
committed
Merge pull request #29 from ctjhoa/master
Fix typo
2 parents 9d8473e + 84ec706 commit 835a188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FontLib/Table/Type/name.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class name extends Table {
7373
3 => "Microsoft",
7474
);
7575

76-
static $plaformSpecific = array(
76+
static $platformSpecific = array(
7777
// Unicode
7878
0 => array(
7979
0 => "Default semantics",
@@ -190,4 +190,4 @@ protected function _encode() {
190190

191191
return $length;
192192
}
193-
}
193+
}

0 commit comments

Comments
 (0)