vcl/osx/salframeview.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f0ba64a3df268bbe23d60f56dd3c3d1f7467e205 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jan 10 08:23:17 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jan 10 11:53:28 2026 +0100 Fix typo Change-Id: I0ad4046447b0dd08b93bec610ccf7275d98e2c53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196951 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index 41f85cb16a12..37a7901d7046 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -1731,7 +1731,7 @@ static NSString* getCurrentSelection() // Related: tdf#170149 Calling [self interpretKeyEvents:] with // a delete key event calls [self insertText:replacementRange:] // and maybe [self deleteBackward:] or [self deleteForward:] so - // ignore those calls since the marked tecxt has already been + // ignore those calls since the marked text has already been // discarded or committed. mbInTextInputDelete = YES; } @@ -1782,7 +1782,7 @@ static NSString* getCurrentSelection() bool bCommitText = false; if ( nKeyCode == KEY_ESCAPE ) { - // Pressing escape should not commmit when using input + // Pressing escape should not commit when using input // methods such as Japanese or Chinese so only commit // if the marked text is a single character below the // start of the Devanagari Unicode block.
