Bug 103303 - Substitute "allSeparators8Bit" for "allSeperators8Bit" in JSC::jsSpliceSubstringsWithSeparators()
Summary: Substitute "allSeparators8Bit" for "allSeperators8Bit" in JSC::jsSpliceSubstr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 15:16 PST by Daniel Bates
Modified: 2012-11-26 18:24 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2012-11-26 15:18 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (1.97 KB, patch)
2012-11-26 18:18 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>