Bug 100252

Summary: [GTK] Typos in user-visible strings: "coordintate"
Product: WebKit Reporter: Chris Leonard <cjlhomeaddress>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: claude, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
typo-fix.patch
none
typo-fix.patch none

Description Chris Leonard 2012-10-24 07:51:13 PDT
coordintate > coordinate

Spotted in WebKitGTK+ PO file

../webkit/webkithittestresult.cpp:255
The x coordintate of the event relative to the view's window.

to 

The x coordinate of the event relative to the view's window.  



../webkit/webkithittestresult.cpp:269
The y coordintate of the event relative to the view's window.

to

The y coordinate of the event relative to the view's window.
Comment 1 Priit Laes (IRC: plaes) 2012-10-24 08:09:27 PDT
Created attachment 170399 [details]
typo-fix.patch
Comment 2 Priit Laes (IRC: plaes) 2012-10-24 08:11:42 PDT
Created attachment 170401 [details]
typo-fix.patch

Correct patch this time.
Comment 3 WebKit Review Bot 2012-10-24 08:17:05 PDT
Attachment 170401 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/gtk/ChangeLog', u'Source/Web..." exit_code: 1
Source/WebKit/gtk/webkit/webkithittestresult.cpp:255:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Source/WebKit/gtk/webkit/webkithittestresult.cpp:269:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Review Bot 2012-10-24 09:44:07 PDT
Comment on attachment 170401 [details]
typo-fix.patch

Clearing flags on attachment: 170401

Committed r132363: <http://trac.webkit.org/changeset/132363>
Comment 5 WebKit Review Bot 2012-10-24 09:44:10 PDT
All reviewed patches have been landed.  Closing bug.