diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 15:36:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 10:05:45 +0000 |
commit | 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch) | |
tree | f4e9328c9563e9cb55fa2469108b2c28b3aec89d /sd | |
parent | 6b9498c65b0a549e97c287439131759aac3abc1b (diff) |
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253
Reviewed-on: https://gerrit.libreoffice.org/35406
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/README_REMOTE | 2 | ||||
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/README_REMOTE b/sd/README_REMOTE index dc43e59badfe..cc53c4d8a673 100644 --- a/sd/README_REMOTE +++ b/sd/README_REMOTE @@ -32,7 +32,7 @@ I.e. "MESSAGE\n\n" or "MESSAGE\nDATA\nDATA2...\n\n" You must keep reading a message until an empty line (i.e. double new-line) is reached to allow for future protocol extension. -Intialisation +Initialisation ------------- Once connected the server sends "LO_SERVER_SERVER_PAIRED". diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 085891238033..b123a036f507 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -114,7 +114,7 @@ public: /** Provide in the member mpOutlineView an instance of OutlinerView that is either taken from the ViewShell, when it is an OutlineViewShell, - or is created. When an OutlinerView already exists it is initialied. + or is created. When an OutlinerView already exists it is initialized. */ void ProvideOutlinerView ( Outliner& rOutliner, |