diff options
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 4cf109d76a17..8750e40d290e 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -386,7 +386,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw ReadGuard aReadLock( m_aLock ); // Return current active frame. - // This information is avaliable on the container. + // This information is available on the container. return m_aChildFrameContainer.getActive(); } |