Bug 27530 - Tiny typo fixes for cpplint.py
Summary: Tiny typo fixes for cpplint.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 22:54 PDT by Shinichiro Hamaji
Modified: 2009-07-22 15:12 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.51 KB, patch)
2009-07-21 22:55 PDT, Shinichiro Hamaji
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinichiro Hamaji 2009-07-21 22:54:02 PDT
cpplint.py has two tiny typos. The name of flag in an error message should be --filter, not --filters, and the old name SetFilter in comment should be set_filter.
Comment 1 Shinichiro Hamaji 2009-07-21 22:55:40 PDT
Created attachment 33244 [details]
Patch v1


---
 2 files changed, 11 insertions(+), 2 deletions(-)
Comment 2 David Levin 2009-07-22 14:24:52 PDT
Assign to levin for landing.
Comment 3 David Levin 2009-07-22 15:12:50 PDT
Committed as http://trac.webkit.org/changeset/46244