Changeset 112470 in webkit


Ignore:
Timestamp:
Mar 28, 2012 4:26:32 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Stuart Eichert <stuart.eichert@palm.com> on 2012-03-28
Reviewed by Julien Chaffraix.

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

  • Scripts/build-webkit:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r112458 r112470  
     12012-03-28  Stuart Eichert  <stuart.eichert@palm.com>
     2
     3        build-webkit : the word "pass" is spelled incorrectly as "passs"
     4        https://bugs.webkit.org/show_bug.cgi?id=82532
     5
     6        Reviewed by Julien Chaffraix.
     7
     8        Corrected spelling of the word "pass" in build-webkit.
     9
     10        * Scripts/build-webkit:
     11
    1122012-03-28  Dirk Pranke  <dpranke@chromium.org>
    213
  • trunk/Tools/Scripts/build-webkit

    r112431 r112470  
    597597
    598598    if (checkForArgumentAndRemoveFromARGV("-2")) {
    599         print "Note: WebKit2 is now built by default, you don't need to passs -2. Disable using --no-webkit2\n";
     599        print "Note: WebKit2 is now built by default, you don't need to pass -2. Disable using --no-webkit2\n";
    600600    }
    601601
Note: See TracChangeset for help on using the changeset viewer.