summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-12-13 08:58:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-12-22 08:29:25 +0000
commitdcc6d0936460a4ad42062ab91fa0f0b30575ef97 (patch)
treed5221762abd2646ac5d23dd0890ca5658c024a65 /vcl/osx
parent5a14f009e6782c077463c8cbb8e9cea3d7950107 (diff)
Fix typo
Change-Id: I50fc85e0ae8d75275fd1746c5e4aebe7e186cac8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144035 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index e8a4a94efc08..3d1b66baac3b 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -819,7 +819,7 @@ OUString AquaSalInstance::GetDefaultPrinter()
{
// Related: tdf#151700 Return the name of the fake printer if
// there are no printers so that the LibreOffice printing code
- // will be able to find the the fake printer returned by
+ // will be able to find the fake printer returned by
// AquaSalInstance::GetPrinterQueueInfo()
NSString* pDefName = [pPr name];
SAL_WARN_IF( !pDefName, "vcl", "printer has no name" );