diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 18:21:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-18 11:44:56 +0000 |
commit | ae150c6a5424d021ce5eb46dc9573f12a4d05445 (patch) | |
tree | 8fadf46f7789b54e59e9095b967ca6068dbbe890 /sd | |
parent | a63b8b4afc687d49ad25cbb77e16f835b9820522 (diff) |
Fix typos
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Reviewed-on: https://gerrit.libreoffice.org/16314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 06093bb38104..0b7f37a62f23 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -259,7 +259,7 @@ std::vector< ::boost::shared_ptr< ClientInfo > > RemoteServer::getClients() // since the user is more likely to be trying to connect a new remote // than removing an existing remote. // We can also be sure that pre-authorised clients will not be on the - // available clients list, as they get automatially connected if seen. + // available clients list, as they get automatically connected if seen. // TODO: we should probably add some sort of extra labelling to mark // authorised AND connected client. Reference< XNameAccess > const xConfig = officecfg::Office::Impress::Misc::AuthorisedRemotes::get(); diff --git a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx index eb4b40520c6b..206ef860819e 100644 --- a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx +++ b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx @@ -62,7 +62,7 @@ public: */ virtual bool IsVisible (CacheKey aKey) = 0; - /** Return the page associdated with the given key. Note that different + /** Return the page associated with the given key. Note that different keys may map to a single page (this may be the case with custom slide shows.) */ |