Title: [112470] trunk/Tools
Revision
112470
Author
[email protected]
Date
2012-03-28 16:26:32 -0700 (Wed, 28 Mar 2012)

Log Message

build-webkit : the word "pass" is spelled incorrectly as "passs"
https://bugs.webkit.org/show_bug.cgi?id=82532

Patch by Stuart Eichert <[email protected]> on 2012-03-28
Reviewed by Julien Chaffraix.

Corrected spelling of the word "pass" in build-webkit.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (112469 => 112470)


--- trunk/Tools/ChangeLog	2012-03-28 23:17:03 UTC (rev 112469)
+++ trunk/Tools/ChangeLog	2012-03-28 23:26:32 UTC (rev 112470)
@@ -1,3 +1,14 @@
+2012-03-28  Stuart Eichert  <[email protected]>
+
+        build-webkit : the word "pass" is spelled incorrectly as "passs"
+        https://bugs.webkit.org/show_bug.cgi?id=82532
+
+        Reviewed by Julien Chaffraix.
+
+        Corrected spelling of the word "pass" in build-webkit.
+
+        * Scripts/build-webkit:
+
 2012-03-28  Dirk Pranke  <[email protected]>
 
         new-run-webkit-tests doesn't log correctly after retrying failures

Modified: trunk/Tools/Scripts/build-webkit (112469 => 112470)


--- trunk/Tools/Scripts/build-webkit	2012-03-28 23:17:03 UTC (rev 112469)
+++ trunk/Tools/Scripts/build-webkit	2012-03-28 23:26:32 UTC (rev 112470)
@@ -596,7 +596,7 @@
     push @options, "--qmakearg=CONFIG+=no_webkit2" if $noWebKit2;
 
     if (checkForArgumentAndRemoveFromARGV("-2")) {
-        print "Note: WebKit2 is now built by default, you don't need to passs -2. Disable using --no-webkit2\n";
+        print "Note: WebKit2 is now built by default, you don't need to pass -2. Disable using --no-webkit2\n";
     }
 
     @options = (@ARGV, @options);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to