vcl/osx/salinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcc6d0936460a4ad42062ab91fa0f0b30575ef97
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Dec 13 08:58:25 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Dec 22 08:29:25 2022 +0000

    Fix typo
    
    Change-Id: I50fc85e0ae8d75275fd1746c5e4aebe7e186cac8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144035
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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" );

Reply via email to