include/LibreOfficeKit/LibreOfficeKitInit.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed4f7f13626a7586ead24c1923ed394eda9c01d7
Author:     Andras Timar <[email protected]>
AuthorDate: Tue Dec 2 22:42:28 2025 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Tue Dec 2 22:42:28 2025 +0100

    typo: LUB -> LIB
    
    Change-Id: I6a433aa37dad11b1e5a2b4124d3af51836598e29

diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h 
b/include/LibreOfficeKit/LibreOfficeKitInit.h
index c2d7817cc3c8..1086201e9379 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -218,7 +218,7 @@ static void *lok_dlopen( const char *install_path, char ** 
_imp_lib )
     strncpy(imp_lib + partial_length, SOFFICEAPP_LIB, imp_lib_size - 
partial_length);
 
     struct stat st;
-    // If SOFFICEAPP_LUB exists but is ridiculously small, it is the
+    // If SOFFICEAPP_LIB exists but is ridiculously small, it is the
     // one-line text stub as in the --enable-mergedlib case.
     if (stat(imp_lib, &st) == 0 && st.st_size > 1000)
     {

Reply via email to