summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSteven Meyer <steven.meyer29@gmail.com>2013-03-13 08:57:14 +0100
committerJan Holesovsky <kendy@suse.cz>2013-03-13 08:57:14 +0100
commit07c6e76749559614743ca11efc9dec265f7cfacc (patch)
tree239c1b5e87962e36f493b3b44aa04ee453597110 /framework
parent0451325ae7456da5812564428d73b0226606450f (diff)
fdo#60724: Fix spelling avaliable -> available.
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
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();
}