include/LibreOfficeKit/LibreOfficeKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7758e60619ba82ab593fee517bdca7f92ac650d Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 13 18:42:15 2026 +0100 Commit: David Gilbert <[email protected]> CommitDate: Wed Jan 14 03:08:10 2026 +0100 Fix typo Change-Id: Idcb553978e160a61b040bf7523f27010900fbfe3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197206 Reviewed-by: David Gilbert <[email protected]> Tested-by: Jenkins diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index 4c94cb6041ad..437b3ef883d8 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -75,7 +75,7 @@ struct _LibreOfficeKitClass /// dynamic library (like the one this code goes into) where it /// might have been allocated by calling malloc() (etc) in a C /// runtime library that is different from the one used by your - /// code. That will lead to a crash. Alays call the free() in the + /// code. That will lead to a crash. Always call the free() in the /// same C runtime where the malloc() that allocated the pointer /// is.
