vcl/win/window/salframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da3a624cfa19d0beaf83c64ddf16ef23f15808d9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 13 18:50:25 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 14 08:39:00 2024 +0100

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

diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 797b5a80fc14..81dcf341e60d 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -1959,7 +1959,7 @@ static bool EnableAttachThreadInputHack()
         bEnabled = s == "true";
     } else {
         // For backwards compatibility, for now also try to read the value 
from a [Win32] section of
-        // bootstrap.ini if it is not set as a boostrap variable:
+        // bootstrap.ini if it is not set as a bootstrap variable:
         bEnabled = false;
         OUString aBootstrapUri;
         if (osl_getProcessWorkingDir(&aBootstrapUri.pData) == 
osl_Process_E_None) {

Reply via email to