summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/tools/test_shell/test_shell_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
index 7ef9db3..094d3e1 100644
--- a/webkit/tools/test_shell/test_shell_gtk.cc
+++ b/webkit/tools/test_shell/test_shell_gtk.cc
@@ -66,7 +66,7 @@ void TestShell::InitializeTestShell(bool interactive) {
// font directories.
FilePath path;
PathService::Get(base::DIR_SOURCE_ROOT, &path);
- path.Append("webkti/tools/test_shell/resources/linux-fontconfig-config");
+ path = path.Append("webkit/tools/test_shell/resources/linux-fontconfig-config");
FcInit();