nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java | 
   2 +-
 svx/source/sdr/contact/viewcontactofe3dpolygon.cxx                           | 
   4 ++--
 vcl/source/filter/igif/gifread.hxx                                           | 
   2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5e985c2f346f25ada98e19e0531ea99cd9a7931c
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Thu Oct 1 14:00:32 2015 +0200

    Fix typos
    
    Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8
    Reviewed-on: https://gerrit.libreoffice.org/19073
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git 
a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java 
b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
index e922ba1..959b22e 100644
--- 
a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
+++ 
b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
@@ -76,7 +76,7 @@ public class SCAgent {
   public SearchPoint generatePoint() {
     //generate a new point
     generatePoint(trailPoint);
-    //evaluete the generated point
+    //evaluate the generated point
     problemEncoder.evaluate(trailPoint);
     return trailPoint;
   }
diff --git a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx 
b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
index 5b5116e..d646046 100644
--- a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
@@ -149,11 +149,11 @@ namespace sdr
 
             // #i98295#
             // unfortunately, this SdrObject type which allows a free 3d 
geometry definition was defined
-            // wrong topologically in relation to it's plane normal and 3D 
visibility when it was invented
+            // wrong topologically in relation to its plane normal and 3D 
visibility when it was invented
             // a long time ago. Since the API allows creation of this 
SDrObject type, it is not possible to
             // simply change this definition. Only the chart should use it, 
and at least this object type
             // only exists at Runtime (is not saved and/or loaded in any 
FileFormat). Still someone external
-            // may have used it in it's API. To not risk wrong 3D lightings, I 
have to switch the orientation
+            // may have used it in its API. To not risk wrong 3D lightings, I 
have to switch the orientation
             // of the polygon here
             aPolyPolygon3D.flip();
 
diff --git a/vcl/source/filter/igif/gifread.hxx 
b/vcl/source/filter/igif/gifread.hxx
index 969370f..b6489a0 100644
--- a/vcl/source/filter/igif/gifread.hxx
+++ b/vcl/source/filter/igif/gifread.hxx
@@ -79,7 +79,7 @@ class GIFReader : public GraphicReader
     sal_uInt16          nLoops;
     GIFAction           eActAction;
     bool                bStatus;
-    bool                bGCTransparent;         // is the image transparant, 
if yes:
+    bool                bGCTransparent;         // is the image transparent, 
if yes:
     bool                bInterlaced;
     bool                bOverreadBlock;
     bool                bImGraphicReady;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to