summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/inc/RegressionCurveHelper.hxx2
-rw-r--r--desktop/unx/source/start.c2
-rw-r--r--dmake/unix/coherent/ver40/vfprintf.c2
-rw-r--r--qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java4
-rw-r--r--sal/textenc/textenc.cxx2
-rw-r--r--sw/source/ui/inc/drawbase.hxx2
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx2
7 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/inc/RegressionCurveHelper.hxx b/chart2/source/inc/RegressionCurveHelper.hxx
index ec9fbd9fbd39..725112a20af7 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 c6b43395f9b5..9ec7341d7b9e 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 907230db2081..5e0e39fce316 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 4adbdfe0cbf1..999479aa35f7 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 041e448c3264..06821a363e55 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 431b90da9ff0..765cf1916f75 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 3ac4700765a7..5dbbefd707df 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 )
{