sfx2/source/appl/shutdowniconaqua.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a41cddf0f1693eeb05032d6428f77c92cbd5a82f Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 13 10:57:27 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jan 14 11:57:51 2025 +0100 Fix typo Change-Id: I1e9187cc2fb024bd72a1de41cffb4b01910f83b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180171 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Simon Chenery <[email protected]> diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index e681e6e0a366..7ed38096ca4f 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -177,7 +177,7 @@ struct RecentMenuEntry else if ( m_aCommand == ".uno:ConfigureDialog" ) { // Selecting some menu items will cause a crash if there are - // no visibile windows + // no visible windows ShutdownIcon::OpenURL( STARTMODULE_URL, "_default" ); } else if ( m_aCommand == UNO_TOGGLECURRENTMODULE_COMMAND )
