Bug 103303

Summary: Substitute "allSeparators8Bit" for "allSeperators8Bit" in JSC::jsSpliceSubstringsWithSeparators()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: JavaScriptCoreAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Description Daniel Bates 2012-11-26 15:16:49 PST
As pointed out by Darin Adler, the word "separator" is misspelled in the local variable name "allSeperators8Bit" in JSC::jsSpliceSubstringsWithSeparators().
Comment 1 Daniel Bates 2012-11-26 15:18:04 PST
Created attachment 176084 [details]
Patch
Comment 2 Daniel Bates 2012-11-26 18:18:01 PST
Created attachment 176137 [details]
Patch

Rebased patch following changeset 135794 <http://trac.webkit.org/changeset/135794>.
Comment 3 Daniel Bates 2012-11-26 18:23:54 PST
[6:16pm] dydx: smfr: Would you be willing to review a spelling correction <https://bugs.webkit.org/show_bug.cgi?id=103303>?
[6:16pm] smfr: r=me
Comment 4 Daniel Bates 2012-11-26 18:24:19 PST
Committed r135800: <http://trac.webkit.org/changeset/135800>