Bug 71144 - Fix typo in check-for-inappropriate-objc-class-names
Summary: Fix typo in check-for-inappropriate-objc-class-names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 14:53 PDT by Joseph Pecoraro
Modified: 2013-08-23 18:10 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH]: Fix Typo (752 bytes, patch)
2011-10-28 14:54 PDT, Joseph Pecoraro
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2011-10-28 14:53:14 PDT
The script outputs:

    ERROR: Inapproriate Objective-C class name: AccessibilityTextMarker.

Typo: "Inapproriate" => "Inappropriate"

Patch to follow.
Comment 1 Joseph Pecoraro 2011-10-28 14:54:29 PDT
Created attachment 112916 [details]
[PATCH]: Fix Typo
Comment 2 Joseph Pecoraro 2011-10-28 16:53:28 PDT
Fixed in r98783 <http://trac.webkit.org/changeset/98783>.