⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98783 in webkit


Ignore:
Timestamp:
Oct 28, 2011, 4:51:12 PM (15 years ago)
Author:
Joseph Pecoraro
Message:

<http://webkit.org/b/71144> Fix typo in check-for-inappropriate-objc-class-names

Reviewed by Dan Bernstein.

  • Scripts/check-for-inappropriate-objc-class-names:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r98782 r98783  
     12011-10-28  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Fix typo in check-for-inappropriate-objc-class-names
     4        https://bugs.webkit.org/show_bug.cgi?id=71144
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * Scripts/check-for-inappropriate-objc-class-names:
     9
    1102011-10-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
    211
  • trunk/Tools/Scripts/check-for-inappropriate-objc-class-names

    r95655 r98783  
    8383        print "ERROR: $shortName defines one or more Objective-C classes with inappropriate names. ($executablePath)\n";
    8484        for my $className (@badNames) {
    85             print "ERROR: Inapproriate Objective-C class name: $className.\n";
     85            print "ERROR: Inappropriate Objective-C class name: $className.\n";
    8686        }
    8787
Note: See TracChangeset for help on using the changeset viewer.