summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:42:11 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 05:53:57 +0000
commit9e4c87be31732ed076a059128d2e20451697d225 (patch)
treebfab650dd6d21ac6bbcf0e592ec6bc2e7655acbe /basic/source/basmgr
parentef1bafb588eb20a5d35df14e79a1a948885c721a (diff)
Fix typos
Change-Id: Ie0e941d48457d758525353d6c5cf858652f86fd3 Reviewed-on: https://gerrit.libreoffice.org/18938 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'basic/source/basmgr')
-rw-r--r--basic/source/basmgr/basmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index f7db9707f08f..70c6a5580456 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -1197,7 +1197,7 @@ bool BasicManager::IsReference( sal_uInt16 nLib )
bool BasicManager::RemoveLib( sal_uInt16 nLib )
{
- // Only pyhsical deletion if no reference
+ // Only physical deletion if no reference
return RemoveLib( nLib, !IsReference( nLib ) );
}