| Index: third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| index 2cf0b3a503ad8aa360e331c26b965ab8574b344d..1fb67a588ff14cef4d13f0b5f93a52301b89d4a4 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| @@ -121,7 +121,7 @@ static uint32_t getSystemTextFlags()
|
|
|
| static bool isWebFont(const String& familyName)
|
| {
|
| - // Web-fonts have artifical names constructed to always be:
|
| + // Web-fonts have artificial names constructed to always be:
|
| // 1. 24 characters, followed by a '\0'
|
| // 2. the last two characters are '=='
|
| return familyName.length() == 24
|
|
|