Title: [89963] trunk/Tools
Revision
89963
Author
[email protected]
Date
2011-06-28 14:51:19 -0700 (Tue, 28 Jun 2011)

Log Message

2011-06-28  Eric Seidel  <[email protected]>

        Unreviewed, just fixing a typo.

        Fix misspellings of "thead" to "thread".

        * Scripts/webkitpy/common/checkout/scm/git.py:
        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (89962 => 89963)


--- trunk/Tools/ChangeLog	2011-06-28 21:44:17 UTC (rev 89962)
+++ trunk/Tools/ChangeLog	2011-06-28 21:51:19 UTC (rev 89963)
@@ -1,5 +1,14 @@
 2011-06-28  Eric Seidel  <[email protected]>
 
+        Unreviewed, just fixing a typo.
+
+        Fix misspellings of "thead" to "thread".
+
+        * Scripts/webkitpy/common/checkout/scm/git.py:
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+
+2011-06-28  Eric Seidel  <[email protected]>
+
         Reviewed by Tony Chang.
 
         new-run-webkit-tests needs a --webkit-test-runner option

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py (89962 => 89963)


--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py	2011-06-28 21:44:17 UTC (rev 89962)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py	2011-06-28 21:51:19 UTC (rev 89963)
@@ -83,8 +83,8 @@
         if self._executable_is_64bit(git_path):
             return
 
-        webkit_dev_thead_url = "https://lists.webkit.org/pipermail/webkit-dev/2010-December/015287.html"
-        log("Warning: This machine is 64-bit, but the git binary (%s) does not support 64-bit.\nInstall a 64-bit git for better performance, see:\n%s\n" % (git_path, webkit_dev_thead_url))
+        webkit_dev_thread_url = "https://lists.webkit.org/pipermail/webkit-dev/2010-December/015287.html"
+        log("Warning: This machine is 64-bit, but the git binary (%s) does not support 64-bit.\nInstall a 64-bit git for better performance, see:\n%s\n" % (git_path, webkit_dev_thread_url))
 
     @classmethod
     def in_working_directory(cls, path):

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (89962 => 89963)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2011-06-28 21:44:17 UTC (rev 89962)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2011-06-28 21:51:19 UTC (rev 89963)
@@ -268,7 +268,7 @@
         optparse.make_option("--complex-text", action="" default=False,
             help="Use the complex text code path for all text (Mac OS X and Windows only)"),
         optparse.make_option("--threaded", action="" default=False,
-            help="Run a concurrent _javascript_ thead with each test"),
+            help="Run a concurrent _javascript_ thread with each test"),
         optparse.make_option("--webkit-test-runner", "-2", action=""
             help="Use WebKitTestRunner rather than DumpRenderTree."),
     ]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to