[Libreoffice-commits] core.git: 2 commits - include/drawinglayer include/editeng include/i18nlangtag include/LibreOfficeKit include/linguistic include/o3tl include/oox include/osl include/rtl include/sfx2 include/svl include/svtools

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 05:38:32 PDT 2015


 include/LibreOfficeKit/LibreOfficeKit.hxx                    |    2 +-
 include/drawinglayer/primitive2d/baseprimitive2d.hxx         |    2 +-
 include/drawinglayer/primitive2d/cropprimitive2d.hxx         |    2 +-
 include/drawinglayer/primitive2d/maskprimitive2d.hxx         |    4 ++--
 include/drawinglayer/primitive2d/sceneprimitive2d.hxx        |    2 +-
 include/drawinglayer/primitive2d/structuretagprimitive2d.hxx |    2 +-
 include/drawinglayer/primitive2d/transformprimitive2d.hxx    |    2 +-
 include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx  |    2 +-
 include/drawinglayer/processor2d/baseprocessor2d.hxx         |    2 +-
 include/drawinglayer/texture/texture.hxx                     |    2 +-
 include/editeng/hangulhanja.hxx                              |    6 +++---
 include/i18nlangtag/lang.h                                   |    4 ++--
 include/linguistic/misc.hxx                                  |    2 +-
 include/o3tl/sorted_vector.hxx                               |    2 +-
 include/oox/ole/axcontrol.hxx                                |    2 +-
 include/oox/vml/vmlformatting.hxx                            |    2 +-
 include/osl/conditn.h                                        |    2 +-
 include/osl/pipe.h                                           |    2 +-
 include/rtl/bootstrap.h                                      |    2 +-
 include/rtl/locale.h                                         |    2 +-
 include/rtl/string.hxx                                       |    2 +-
 include/sfx2/msg.hxx                                         |    2 +-
 include/sfx2/sfxsids.hrc                                     |    4 ++--
 include/sfx2/shell.hxx                                       |    2 +-
 include/sfx2/templateinfodlg.hxx                             |    2 +-
 include/svl/filerec.hxx                                      |    4 ++--
 include/svtools/brwbox.hxx                                   |    4 ++--
 include/svtools/ctrltool.hxx                                 |    2 +-
 include/svtools/headbar.hxx                                  |    2 +-
 include/svtools/htmltokn.h                                   |    2 +-
 30 files changed, 37 insertions(+), 37 deletions(-)

New commits:
commit ae13a6819e1dea6646aa0eba435ca9c81101f52c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 29 17:54:55 2015 +0200

    Fix typos
    
    Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0
    Reviewed-on: https://gerrit.libreoffice.org/18956
    Reviewed-by: Oliver Specht <oliver.specht at cib.de>
    Tested-by: Oliver Specht <oliver.specht at cib.de>

diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index daaaef9..7cf3bca 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -123,7 +123,7 @@ namespace ConversionHelper
         @param roVmlOpacity  The opacity of the color. If existing, this should
             be a floating-point value in the range [0.0;1.0].
 
-        @param nDefaultRgb  Deafult RGB color used if the parameter roVmlColor
+        @param nDefaultRgb  Default RGB color used if the parameter roVmlColor
             is empty.
 
         @param nPrimaryRgb  If set to something else than API_RGB_TRANSPARENT,
diff --git a/include/osl/conditn.h b/include/osl/conditn.h
index 953ac5d..c008798 100644
--- a/include/osl/conditn.h
+++ b/include/osl/conditn.h
@@ -67,7 +67,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_resetCondition(oslCondition Condition);
     If condition has been destroyed prematurely, wait() will
     return with False.
     @param Condition handle to a created condition.
-    @param pTimeout Tiemout value or NULL for infinite waiting
+    @param pTimeout Timeout value or NULL for infinite waiting
     @return False if system-call failed.
 */
 SAL_DLLPUBLIC oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition, const TimeValue* pTimeout);
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index dcfdcf3..a95ca3e 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -48,7 +48,7 @@ typedef enum {
 
 typedef sal_uInt32 oslPipeOptions;
 #define osl_Pipe_OPEN        0x0000     /* open existing pipe */
-#define osl_Pipe_CREATE      0x0001     /* create pipe and open it, fails if already existst */
+#define osl_Pipe_CREATE      0x0001     /* create pipe and open it, fails if already exists */
 
 typedef struct oslPipeImpl * oslPipe;
 
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index 71f321e..5360f79 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -163,7 +163,7 @@ typedef void * rtlBootstrapHandle;
 SAL_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName);
 
 /**
-   Closes a bootstrap agument container.
+   Closes a bootstrap argument container.
    @param handle [in]     The handle got by <code>rtl_bootstrap_args_open()</code>
 */
 SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
diff --git a/include/rtl/locale.h b/include/rtl/locale.h
index 3e49976b..ee6ee8f 100644
--- a/include/rtl/locale.h
+++ b/include/rtl/locale.h
@@ -122,7 +122,7 @@ SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getVariant( rtl_Locale * This );
 SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_hashCode( rtl_Locale * This );
 
 /**
-    Returns true if the locals are equal, otherwis false.
+    Returns true if the locals are equal, otherwise false.
  */
 SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_equals( rtl_Locale * This, rtl_Locale * obj  );
 
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 5930001..2caafc2 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1405,7 +1405,7 @@ public:
       @param    cTok        the character which separate the tokens.
       @param    index       the position at which the token is searched in the
                             string.
-                            The index must not be greater thanthe length of the
+                            The index must not be greater than the length of the
                             string.
                             This param is set to the position of the
                             next token or to -1, if it is the last token.
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 1ca0ed0..7e3c706 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -36,7 +36,7 @@ enum class SfxSlotMode {
     AUTOUPDATE      =    0x0008L, // invalidated the status automatically after execute
     SYNCHRON        =    0x0010L, // exclusive to ASYNCHRON, default
     ASYNCHRON       =    0x0020L, // via Post-Message, exclusive to SYNCHRON
-    HASDIALOG       =    0x0080L, // Coordinates for dialogue after recofig
+    HASDIALOG       =    0x0080L, // Coordinates for dialogue after reconfig
 
     NORECORD        =    0x0100L, // no recording
     RECORDPERITEM   =    0x0200L, // each item, one statement
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index c8af872..4ba4679 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -379,7 +379,7 @@
 #define SID_VIEWSHELL3                      (SID_SFX_START + 633)
 #define SID_VIEWSHELL4                      (SID_SFX_START + 634)
 
-// id for thesaurs entry in context menu
+// id for thesaurus entry in context menu
 #define SID_THES                            (SID_SFX_START + 698)
 
 // default-ids for editing, cursor travellung and selection
@@ -447,7 +447,7 @@
 #define SID_CFGFILE                         (SID_SFX_START + 927)
 #define SID_SHOWPOPUPS                      (SID_SFX_START + 929)
 
-// Item-Id for the assinged event Tabpage
+// Item-Id for the assigned event Tabpage
 #define SID_ATTR_MACROITEM                  (SID_SFX_START + 934)
 
 #define SID_SAVECONFIG                      (SID_SFX_START + 930)
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index ea171df..2893421 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -177,7 +177,7 @@ public:
     /**
         With this virtual method, which is automatically overridden by each subclass
         with its own slots through the macro <SFX_DECL_INTERFACE>, one can access
-        each of the <SfxInterface> instance beloning to the subclass.
+        each of the <SfxInterface> instance belonging to the subclass.
 
         The class SfxShell itself has no own SfxInterface (no slots), therefore a
         NULL-pointer is returned.
diff --git a/include/sfx2/templateinfodlg.hxx b/include/sfx2/templateinfodlg.hxx
index 3f665a6..13d7e9c 100644
--- a/include/sfx2/templateinfodlg.hxx
+++ b/include/sfx2/templateinfodlg.hxx
@@ -41,7 +41,7 @@ private:
     VclPtr<PushButton>   mpBtnClose;
     VclPtr<VclBox>       mpBox;
 
-    VclPtr<vcl::Window>  mpPreviewView;  // gets released when xWindows get destroyed (dont delete in constructor)
+    VclPtr<vcl::Window>  mpPreviewView;  // gets released when xWindows get destroyed (don't delete in constructor)
     VclPtr<svtools::ODocumentInfoPreview> mpInfoView;
 
     ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 > m_xFrame;
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index cd949fb..fad39be 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -205,7 +205,7 @@ private:
  *  =>  They build on each, for instance the SfxMiniRecord is contained
  *  in all others
  *
- *  It should be possible to distinguish the record from Drawing Enginge
+ *  It should be possible to distinguish the record from Drawing Engine
  *  ones. These start with 'DRMD' und 'DRVW'.
  *  <BR>
  *  =>  Mini-Records with Pre-Tag 'D' can only be up to 4MB in size,
@@ -279,7 +279,7 @@ private:
  *  after streaming the conntents.
  *
  *  To allow for forward and backward compatibility, newer versions
- *  of the data must always inclode the older versions completely,
+ *  of the data must always include the older versions completely,
  *  it is only allowed to append new data!
  *
  *  @par File Format
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 6a48b5b..89923f8 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -225,7 +225,7 @@ private:
 
     long            nDataRowHeight; // height of a single data-row
     sal_uInt16      nTitleLines;    // number of lines in title row
-    sal_uLong       nControlAreaWidth; // width of fixed area beneeth hscroll
+    sal_uLong       nControlAreaWidth; // width of fixed area beneath hscroll
     bool            bThumbDragging; // handle thumb dragging
     bool            bColumnCursor;  // single columns and fields selectable
     bool            bMultiSelection;// allow multiple selected rows
@@ -406,7 +406,7 @@ protected:
 private:
     void*           implGetDataFlavors() const;
         // with this we can make GetDataFlavors() inline, which is strongly needed as SVTOOLS does not export
-        // any sysbols containing an "_STL", so a non-inlined method would not be exported ....
+        // any sysmbol containing an "_STL", so a non-inlined method would not be exported ....
 
 protected:
     // callbacks for the data window
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index e66e2c2..9d5c501 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -92,7 +92,7 @@ vcl::FontInfo FontList::Get( const String& rName, const String& rStyleName ) con
 This method search a vcl::FontInfo for the given name and the given style name.
 The Stylename can also be a synthetic one.
 In that case the relevant vcl::FontInfo fields will be set.
-If a StyleName is provived, a vcl::FontInfo structure without a Stylename can be
+If a StyleName is provided, a vcl::FontInfo structure without a Stylename can be
 returned. To get a representation of the StyleName for displaying it to the user,
 call GetStyleName() on this vcl::FontInfo structure.
 
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index c1bb77d..3cf0519 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -94,7 +94,7 @@ StartDrag()         This handler is called, when dragging is started resp.
                     an item has been clicked. At the latest in this handler,
                     the size of the size-line should be set with
                     SetDragSize(), if IsItemMode() returns false.
-Drag()              This handler is callled, when dragging is taking place.
+Drag()              This handler is called, when dragging is taking place.
                     If no size is set with SetDragSize(), this handler can
                     be used to draw the line in the neighbouring window by
                     oneself. The current dragging position can be requested
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h
index 6e13eb5..eeea777 100644
--- a/include/svtools/htmltokn.h
+++ b/include/svtools/htmltokn.h
@@ -291,7 +291,7 @@ HTML_OPTION_BOOL_START          = HTML_OPTION_START,
     HTML_O_DECLARE, // IExplorer 3.0b5
     HTML_O_DISABLED,
     HTML_O_ISMAP,
-    HTML_O_MAYSCRIPT, // Netcape 3.0
+    HTML_O_MAYSCRIPT, // Netscape 3.0
     HTML_O_MULTIPLE,
     HTML_O_NOHREF, // Netscape
     HTML_O_NORESIZE, // Netscape 2.0
commit d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 29 17:54:40 2015 +0200

    Fix typos
    
    Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835
    Reviewed-on: https://gerrit.libreoffice.org/18955
    Reviewed-by: Oliver Specht <oliver.specht at cib.de>
    Tested-by: Oliver Specht <oliver.specht at cib.de>

diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index cd12ad6..acdfa27 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -68,7 +68,7 @@ public:
     /**
      * Get number of part that the document contains.
      *
-     * Part refers to either indivual sheets in a Calc, or slides in Impress,
+     * Part refers to either individual sheets in a Calc, or slides in Impress,
      * and has no relevance for Writer.
      */
     inline int getParts()
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index 7041bc2..1de6c82 100644
--- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
@@ -119,7 +119,7 @@ namespace drawinglayer
 
             For primitive identification, getPrimitiveID is used currently in this implementations
             to allow a fast switch/case processing. This needs a unique identifier mechanism which
-            currently uses defines (see drawinglayer_primitivetypes2d.hxx). For UNO prmitive API
+            currently uses defines (see drawinglayer_primitivetypes2d.hxx). For UNO primitive API
             it will be needed to add a unique descriptor (Name?) later to the API.
 
             This base implementation provides mappings from the methods from XPrimitive2D
diff --git a/include/drawinglayer/primitive2d/cropprimitive2d.hxx b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
index d96d75e..1a814d3 100644
--- a/include/drawinglayer/primitive2d/cropprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
@@ -35,7 +35,7 @@ namespace drawinglayer
             Caution: Due to old constraints (old core definitions) the
             crop distances describe how the uncropped content is defined
             relative to the current object size. This means that maTransformation
-            describes the rurrent object size (the part of the object visible
+            describes the current object size (the part of the object visible
             with the crop applied). To get the original size and orientation
             of the uncropped content it is necessary to calc back from the
             current situation (maTransformation) using the crop values
diff --git a/include/drawinglayer/primitive2d/maskprimitive2d.hxx b/include/drawinglayer/primitive2d/maskprimitive2d.hxx
index b7b2e10..1e74b82 100644
--- a/include/drawinglayer/primitive2d/maskprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/maskprimitive2d.hxx
@@ -40,9 +40,9 @@ namespace drawinglayer
 
             This primitive should be handled by a renderer. If it is not handled,
             it decomposes to its Child content, and thus the visualisation would
-            contaiun no clips.
+            contain no clips.
 
-            The geometrc range of this primitive is completely defined by the Mask
+            The geometry range of this primitive is completely defined by the Mask
             tools::PolyPolygon since by definition nothing outside of the mask is visible.
          */
         class DRAWINGLAYER_DLLPUBLIC MaskPrimitive2D : public GroupPrimitive2D
diff --git a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
index a4109b6..c5a9cde 100644
--- a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
@@ -105,7 +105,7 @@ namespace drawinglayer
         public:
             /// public helpers
             /** Geometry extractor. Shadow will be added as in create2DDecomposition, but
-                the 3D content is not converted to a bitmap visualisation but to projected 2D gemetry. This
+                the 3D content is not converted to a bitmap visualisation but to projected 2D geometry. This
                 helper is useful e.g. for Contour extraction or HitTests.
               */
             Primitive2DSequence getGeometry2D() const;
diff --git a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
index 60409dd..1e6115b 100644
--- a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
@@ -33,7 +33,7 @@ namespace drawinglayer
     {
         /** StructureTagPrimitive2D class
 
-            This class is used to provode simple support for adding grouped
+            This class is used to provide simple support for adding grouped
             pdf writer structured element information like used in sd from
             unomodel.cxx where a ViewObjectContactRedirector is used to add
             such information for diverse objects.
diff --git a/include/drawinglayer/primitive2d/transformprimitive2d.hxx b/include/drawinglayer/primitive2d/transformprimitive2d.hxx
index efc9fa3..7656bddb 100644
--- a/include/drawinglayer/primitive2d/transformprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/transformprimitive2d.hxx
@@ -43,7 +43,7 @@ namespace drawinglayer
 
             It does transform by embedding an existing geometry into a
             transformation as Child-content. This allows re-usage of the
-            refcounted Uno-Api primitives and their existung, buffered
+            refcounted Uno-Api primitives and their existing, buffered
             decompositions.
 
             It could e.g. be used to show a single object geometry in 1000
diff --git a/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
index efb179a..069f88b 100644
--- a/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
@@ -42,7 +42,7 @@ namespace drawinglayer
         /** SliceType3D definition */
         enum SliceType3D
         {
-            SLICETYPE3D_REGULAR,        // normal geoemtry Slice3D
+            SLICETYPE3D_REGULAR,        // normal geometry Slice3D
             SLICETYPE3D_FRONTCAP,       // front cap
             SLICETYPE3D_BACKCAP         // back cap
         };
diff --git a/include/drawinglayer/processor2d/baseprocessor2d.hxx b/include/drawinglayer/processor2d/baseprocessor2d.hxx
index 95803af..770c9e7 100644
--- a/include/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -132,7 +132,7 @@ namespace drawinglayer
 
                     case PRIMITIVE2D_ID_SOME_TEXT :
                     {
-                        // encapsulate e.g. with changing local varibles, e.g.
+                        // encapsulate e.g. with changing local variables, e.g.
                         // sometimes it's good to know if a basic primitive is
                         // part of a text, especially when not handling the text
                         // self but by purpose want to handle the decomposed
diff --git a/include/drawinglayer/texture/texture.hxx b/include/drawinglayer/texture/texture.hxx
index 69289e1..f9ec11f 100644
--- a/include/drawinglayer/texture/texture.hxx
+++ b/include/drawinglayer/texture/texture.hxx
@@ -323,7 +323,7 @@ namespace drawinglayer
         // tile a matrix will be created (by appendTransformations) that
         // represents the needed transformation to map a filling in unit
         // coordinates to that tile.
-        // When offsetX is given, every 2nd line will be ofsetted by the
+        // When offsetX is given, every 2nd line will be offsetted by the
         // given percentage value (offsetX has to be 0.0 <= offsetX <= 1.0).
         // Accordingly to offsetY. If both are given, offsetX is preferred
         // and offsetY is ignored.
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 76a03a3..1b9abb8 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -60,7 +60,7 @@ namespace editeng
         {
             eExchange,              // simply exchange one text with another
             eReplacementBracketed,  // keep the original, and put the replacement in brackets after it
-            eOriginalBracketed,     // replace the original text, but put it in brackeds after the replacement
+            eOriginalBracketed,     // replace the original text, but put it in brackets after the replacement
             eReplacementAbove,      // keep the original, and put the replacement text as ruby text above it
             eOriginalAbove,         // replace the original text, but put it as ruby text above it
             eReplacementBelow,      // keep the original, and put the replacement text as ruby text below it
@@ -98,7 +98,7 @@ namespace editeng
         ::std::unique_ptr< HangulHanjaConversion_Impl >   m_pImpl;
 
         // used to set initial values of m_pImpl object from saved ones
-        static bool                 m_bUseSavedValues;  // defines if the followng two values should be used for initialization
+        static bool                 m_bUseSavedValues;  // defines if the following two values should be used for initialization
         static bool                 m_bTryBothDirectionsSave;
         static ConversionDirection  m_ePrimaryConversionDirectionSave;
 
@@ -220,7 +220,7 @@ namespace editeng
             @param _rOrigText
                 the original text to be replaced (as returned by GetNextPortion).
                 Since in Chinese conversion the original text is needed as well
-                in order to only do the minimal necassry text changes and to keep
+                in order to only do the minimal necessary text changes and to keep
                 as much attributes as possible this is supplied here as well.
 
             @param _rReplaceWith
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index 1e3026c..12acef8 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -71,8 +71,8 @@
  ! (sic!), or strange things like 'ar-Ploc-SA' and 'ja-Ploc-JP' ('Ploc'??).
  !
  ! Use THAT ^^^ as the ultimate reference source (haha?) as of 2013-10-17 it
- ! inludes also Windows 8.1 (Release: Monday, July 22, 2013; well, its table
- ! says 08/08/2013 Revision 6.0, but hey, who cares ...)
+ ! includes also Windows 8.1 (Release: Monday, July 22, 2013; well, its table
+ ! says 08/08/2013 Revision 6.0, but hey, who cares...)
 
    For completeness, you can never have enough lists:
    List of supported locale identifiers in Word
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx
index 04296f1..3310f91 100644
--- a/include/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
@@ -68,7 +68,7 @@ enum class DictionaryError
     NONE, FULL, READONLY, UNKNOWN, NOT_EXISTS
 };
 
-// values asigned to capitalization types
+// values assigned to capitalization types
 enum class CapType
 {
     UNKNOWN,
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index 328b101..a2267c0 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -17,7 +17,7 @@
 namespace o3tl
 {
 
-// forward declared because it's default tempate arg for sorted_vector
+// forward declared because it's default template arg for sorted_vector
 template<class Value, class Compare>
 struct find_unique;
 
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 1a5f24b..6160c16 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -689,7 +689,7 @@ class OOX_DLLPUBLIC AxOptionButtonModel : public AxMorphDataModelBase
 public:
     explicit            AxOptionButtonModel();
 
-    /** Returns the group name used to goup several option buttons gogether. */
+    /** Returns the group name used to goup several option buttons together. */
     const OUString& getGroupName() const { return maGroupName; }
 
     virtual ApiControlType getControlType() const SAL_OVERRIDE;


More information about the Libreoffice-commits mailing list