desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fe4cb5de3fa77562a1a4decc67836e8f79000400 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 12 23:04:29 2026 +0100 Commit: David Gilbert <[email protected]> CommitDate: Wed Jan 14 03:08:41 2026 +0100 Fix typo Change-Id: I72594e4f6a5dd5af1fb7e2b2168dfc7d0fcf4247 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197154 Tested-by: Jenkins Reviewed-by: David Gilbert <[email protected]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2ad2db58e381..bb89f6b735d2 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -5667,7 +5667,7 @@ static void doc_postUnoCommand(LibreOfficeKitDocument* pThis, const char* pComma } else if (gImpl && aCommand == ".uno:ReportWhenIdle") { - assert(pDocument->maIdleHelper.msIdleId.isEmpty() && "idle id should be uset"); + assert(pDocument->maIdleHelper.msIdleId.isEmpty() && "idle id should be unset"); pDocument->maIdleHelper.mpCallbackFlushHandler = pDocument->mpCallbackFlushHandlers[nView]; for (const beans::PropertyValue& rPropValue : aPropertyValuesVector)
