From 00caf3994cab5a25fd4ff147e2860a439b69c731 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 28 Nov 2018 17:47:58 +0100 Subject: Fix typo Change-Id: I8e340cc5bbf5131939446291177c3532911237ab Reviewed-on: https://gerrit.libreoffice.org/64183 Tested-by: Jenkins Reviewed-by: Jens Carl --- basic/source/basmgr/basmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index f1ad7192aabf..c079d4efa3db 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -1043,7 +1043,7 @@ StarBASIC* BasicManager::AddLib( SotStorage& rStorage, const OUString& rLibName, aNewLibName += "_"; } BasicLibInfo* pLibInfo = CreateLibInfo(); - // Use original name otherwise ImpLoadLibrary failes... + // Use original name otherwise ImpLoadLibrary fails... pLibInfo->SetLibName( rLibName ); // but doesn't work this way if name exists twice sal_uInt16 nLibId = static_cast(mpImpl->aLibs.size()) - 1; -- cgit