Bug 34073

Summary: Cleanup: Fix misspelled words in comments.
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch abarth: review+

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>