summaryrefslogtreecommitdiff
path: root/basic/source/basmgr/basmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/basmgr/basmgr.cxx')
-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 ) );
}