diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-13 18:50:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-14 08:39:00 +0100 |
commit | da3a624cfa19d0beaf83c64ddf16ef23f15808d9 (patch) | |
tree | c69813cd999d8e93c4f7b2662ca0e39a121f981c /vcl | |
parent | 37559bb3a19a3dd55eab6b7d5cbf346f4e683932 (diff) |
Fix typo
Change-Id: Id0763e1bef326155afca27cea62258120323a44e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163323
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |