summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appchild.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appchild.cxx')
-rw-r--r--sfx2/source/appl/appchild.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appchild.cxx b/sfx2/source/appl/appchild.cxx
index 1c36be3c1b77..0cee7193875a 100644
--- a/sfx2/source/appl/appchild.cxx
+++ b/sfx2/source/appl/appchild.cxx
@@ -74,7 +74,7 @@ void SfxApplication::RegisterChildWindowContext_Impl( SfxModule *pMod, sal_uInt1
SfxChildWinFactory *pFac = &(*pFactories)[nFactory];
if ( nId == pFac->nId )
{
- // Factory found, registrer Context here.
+ // Factory found, register Context here.
pF = pFac;
break;
}