Bug 34073 - Cleanup: Fix misspelled words in comments.
Summary: Cleanup: Fix misspelled words in comments.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 00:37 PST by Daniel Bates
Modified: 2010-01-25 11:20 PST (History)
1 user (show)

See Also:


Attachments
Patch (64.97 KB, patch)
2010-01-25 00:39 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (65.28 KB, patch)
2010-01-25 00:47 PST, Daniel Bates
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2010-01-25 00:37:57 PST
We should fix misspelled words within comments so that comments read well (or at least better than they did).
Comment 1 Daniel Bates 2010-01-25 00:39:36 PST
Created attachment 47322 [details]
Patch
Comment 2 WebKit Review Bot 2010-01-25 00:41:19 PST
Attachment 47322 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/notifications/NotificationPresenter.h:51:  One space before end of line comments  [whitespace/comments] [5]
WebCore/platform/graphics/mac/GraphicsLayerCA.h:321:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 2


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Daniel Bates 2010-01-25 00:47:47 PST
Created attachment 47323 [details]
Patch

Fix style errors found by style bot as well as some that it missed but were around the same area as the ones it found.
Comment 4 Adam Barth 2010-01-25 03:14:22 PST
Comment on attachment 47323 [details]
Patch

dbates = teh awesome
Comment 5 Daniel Bates 2010-01-25 11:20:29 PST
Committed r53809: <http://trac.webkit.org/changeset/53809>