vcl/osx/salframeview.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 35e14d9de887681d5a7309845544735518b1a049 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Oct 1 07:41:32 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Oct 1 11:34:57 2025 +0200 Fix typo Change-Id: I4273b2d3c230c81c28cab134c7570e2096127f93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191703 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index 413ca011846a..e927975338e2 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -366,7 +366,7 @@ static NSString* getCurrentSelection() if (xTextRange.is()) { // tdf#168609 catch exceptions from SwXText::getString() - // Apparently, implementions of XTextRange::getString() + // Apparently, implementations of XTextRange::getString() // such as SwXText::getString() can throw an exception. OUString aStr; try @@ -399,7 +399,7 @@ static NSString* getCurrentSelection() if (xTextRange.is()) { // tdf#168609 catch exceptions from SwXText::getString() - // Apparently, implementions of XTextRange::getString() + // Apparently, implementations of XTextRange::getString() // such as SwXText::getString() can throw an exception. OUString aStr; try
