[Libreoffice-commits] core.git: chart2/source desktop/unx dmake/unix qadevOOo/testdocs sal/textenc sw/source ucb/source

Julien Nabet serval2412 at yahoo.fr
Sat Feb 23 07:49:49 PST 2013


 chart2/source/inc/RegressionCurveHelper.hxx                              |    2 +-
 desktop/unx/source/start.c                                               |    2 +-
 dmake/unix/coherent/ver40/vfprintf.c                                     |    2 +-
 qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java |    4 ++--
 sal/textenc/textenc.cxx                                                  |    2 +-
 sw/source/ui/inc/drawbase.hxx                                            |    2 +-
 ucb/source/ucp/webdav-neon/NeonSession.cxx                               |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit fcf3758c92dee4f3e2cd4a9c8a2caee95033c810
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 23 16:47:15 2013 +0100

    Fix typo "fuction" -> "function"
    
    Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd

diff --git a/chart2/source/inc/RegressionCurveHelper.hxx b/chart2/source/inc/RegressionCurveHelper.hxx
index ec9fbd9..725112a 100644
--- a/chart2/source/inc/RegressionCurveHelper.hxx
+++ b/chart2/source/inc/RegressionCurveHelper.hxx
@@ -148,7 +148,7 @@ public:
         regression curves, the first one is replaced by the one given by the
         type. All remaining curves are remnoved.
 
-        <p>This fuction ignores mean-value lines.</p>
+        <p>This function ignores mean-value lines.</p>
      */
     static void replaceOrAddCurveAndReduceToOne(
         tRegressionType eType,
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index c6b4339..9ec7341 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -739,7 +739,7 @@ exec_javaldx (Args *args)
 
     if( err != osl_Process_E_None)
     {
-        fprintf (stderr, "Warning: failed to launch javaldx - java may not fuction correctly\n");
+        fprintf (stderr, "Warning: failed to launch javaldx - java may not function correctly\n");
         if (javaldx)
             osl_freeProcessHandle(javaldx);
         if (fileOut)
diff --git a/dmake/unix/coherent/ver40/vfprintf.c b/dmake/unix/coherent/ver40/vfprintf.c
index 907230d..5e0e39f 100644
--- a/dmake/unix/coherent/ver40/vfprintf.c
+++ b/dmake/unix/coherent/ver40/vfprintf.c
@@ -32,7 +32,7 @@
  * than int in argument passing.  If this is definded, and LONGINT is not,
  * the compiler must support the type unsingned long.
  *
- * Most quirks and bugs of the available fprintf fuction are duplicated,
+ * Most quirks and bugs of the available fprintf function are duplicated,
  * however * in the width and precision fields will work correctly
  * even if fprintf does not support this.  The %n format and the return
  * count will only work if fprintf returns the number of characters
diff --git a/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java b/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
index 4adbdfe..999479a 100644
--- a/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
+++ b/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
@@ -129,7 +129,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider,
     }
 
     /**
-     * Fuction reads properties from this input stream
+     * Function reads properties from this input stream
      * @param inStream the input stream
      * @see com.sun.star.io.XPersistObject
      */
@@ -147,7 +147,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider,
     }
 
     /**
-     * Fuction writes properties on this output stream
+     * Function writes properties on this output stream
      * @param outStream the output stream
      * @see com.sun.star.io.XPersistObject
      */
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index 041e448..06821a3 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -387,7 +387,7 @@ public:
         function_ = reinterpret_cast< TextEncodingFunction * >(
             module_.getFunctionSymbol("sal_getFullTextEncodingData"));
         if (function_ == 0) {
-            SAL_WARN( "sal.textenc", "Obtaining sal_getFullTextEncodingData fuction from sal_textenc"
+            SAL_WARN( "sal.textenc", "Obtaining sal_getFullTextEncodingData function from sal_textenc"
                 " library failed");
             std::abort();
         }
diff --git a/sw/source/ui/inc/drawbase.hxx b/sw/source/ui/inc/drawbase.hxx
index 431b90da..765cf19 100644
--- a/sw/source/ui/inc/drawbase.hxx
+++ b/sw/source/ui/inc/drawbase.hxx
@@ -65,7 +65,7 @@ public:
     void         SetSlotId(sal_uInt16 nSlot) {m_nSlotId = nSlot;}
     sal_uInt16       GetSlotId() { return m_nSlotId;}
 
-    virtual void Activate(const sal_uInt16 nSlotId);    // activate fuction
+    virtual void Activate(const sal_uInt16 nSlotId);    // activate function
     virtual void Deactivate();                      // deactivate function
 
     virtual void CreateDefaultObject();
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 3ac4700..5dbbefd 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -129,7 +129,7 @@ typedef boost::unordered_map
 RequestDataMap;
 
 // -------------------------------------------------------------------
-// Helper fuction
+// Helper function
 // -------------------------------------------------------------------
 static sal_uInt16 makeStatusCode( const rtl::OUString & rStatusText )
 {


More information about the Libreoffice-commits mailing list