Bug 264778

Summary: Fix typo error in 'SVGTextLayoutEngine' function name and call sites
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-11-13 15:08:07 PST
Just came across typo error:

void SVGTextLayoutEngine::updateCharacerPositionIfNeeded(float& x, float& y)

Where 'character' should be used.

void SVGTextLayoutEngine::updateCharacterPositionIfNeeded(float& x, float& y)
Comment 1 EWS 2023-11-13 21:06:15 PST
Committed 270687@main (3e36df83fb58): <https://commits.webkit.org/270687@main>

Reviewed commits have been landed. Closing PR #20446 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-11-13 21:07:14 PST
<rdar://problem/118373079>