Title: [98783] trunk/Tools
Revision
98783
Author
[email protected]
Date
2011-10-28 16:51:12 -0700 (Fri, 28 Oct 2011)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (98782 => 98783)


--- trunk/Tools/ChangeLog	2011-10-28 23:44:30 UTC (rev 98782)
+++ trunk/Tools/ChangeLog	2011-10-28 23:51:12 UTC (rev 98783)
@@ -1,3 +1,12 @@
+2011-10-28  Joseph Pecoraro  <[email protected]>
+
+        Fix typo in check-for-inappropriate-objc-class-names
+        https://bugs.webkit.org/show_bug.cgi?id=71144
+
+        Reviewed by Dan Bernstein.
+
+        * Scripts/check-for-inappropriate-objc-class-names:
+
 2011-10-28  Sadrul Habib Chowdhury  <[email protected]>
 
         Add support for sending scroll-update events from EventSender.

Modified: trunk/Tools/Scripts/check-for-inappropriate-objc-class-names (98782 => 98783)


--- trunk/Tools/Scripts/check-for-inappropriate-objc-class-names	2011-10-28 23:44:30 UTC (rev 98782)
+++ trunk/Tools/Scripts/check-for-inappropriate-objc-class-names	2011-10-28 23:51:12 UTC (rev 98783)
@@ -82,7 +82,7 @@
 
         print "ERROR: $shortName defines one or more Objective-C classes with inappropriate names. ($executablePath)\n";
         for my $className (@badNames) {
-            print "ERROR: Inapproriate Objective-C class name: $className.\n";
+            print "ERROR: Inappropriate Objective-C class name: $className.\n";
         }
 
         if (@allowedPrefixes > 1) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to