ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift |    4 ++--
 sw/source/core/inc/frame.hxx                                   |    2 +-
 sw/source/core/layout/wsfrm.cxx                                |    2 +-
 sw/source/filter/html/htmltab.cxx                              |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 88a8a46df82b2a9cc88ffbabeec798f832906ade
Author: Andrea Gelmini <[email protected]>
Date:   Mon Oct 30 17:05:47 2017 +0100

    Fix typos
    
    Change-Id: I46901a54c204d5d2848316e80cbf7b867b4a712b
    Reviewed-on: https://gerrit.libreoffice.org/44065
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift 
b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
index a03ec08f38ef..bd7b868dcf80 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
@@ -12,7 +12,7 @@ import UIKit
 // DocumentController is the main viewer in the app, it displayes the selected
 // documents and holds a top entry to view the properties as well as a normal
 // menu to handle global actions
-// It is a delegate class to recieve Menu events as well as file handling 
events
+// It is a delegate class to receive Menu events as well as file handling 
events
 class DocumentController: UIViewController, MenuDelegate, 
UIDocumentBrowserViewControllerDelegate
 {
     // *** Handling of DocumentController
@@ -133,7 +133,7 @@ class DocumentController: UIViewController, MenuDelegate, 
UIDocumentBrowserViewC
 
 
     // *** Handling of menu popover
-    // the menu contain all globbal functions and use seque/delegate
+    // the menu contains all global functions and use seque/delegate
 
 
 
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index a46a50bf8326..a4c6b284cb0f 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -116,7 +116,7 @@ namespace drawinglayer { namespace attribute {
     typedef std::shared_ptr< SdrAllFillAttributesHelper > 
SdrAllFillAttributesHelperPtr;
 }}
 
-/// Helper class to isolate gerometry-defining members of SwFrame
+/// Helper class to isolate geometry-defining members of SwFrame
 /// and to control their accesses. Moved to own class to have no
 /// hidden accesses to 'private' members anymore
 class SW_DLLPUBLIC SwFrameRect
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 7315468feac9..a280697f3257 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1181,7 +1181,7 @@ void SwLayoutFrame::Cut()
                 {
                     const SwTwips nOldHeight = 
aRectFnSet.GetHeight(getSwFrame());
 
-                    // seems as if this needs to be frowarded to the SwFrame 
already here,
+                    // seems as if this needs to be forwarded to the SwFrame 
already here,
                     // changing to zero seems temporary anyways
                     {
                         SwFrameRect::FrameWriteAccess aFrm(*this);
diff --git a/sw/source/filter/html/htmltab.cxx 
b/sw/source/filter/html/htmltab.cxx
index 0f4e97213912..f53e93fe3ec8 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -474,7 +474,7 @@ class HTMLTable
     // Create a table with the content (lines/boxes)
     void MakeTable_( SwTableBox *pUpper );
 
-    // Gernerate a new SwTableBox, which contains a SwStartNode
+    // Generate a new SwTableBox, which contains a SwStartNode
     SwTableBox *NewTableBox( const SwStartNode *pStNd,
                              SwTableLine *pUpper ) const;
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to