Kaydet (Commit) fcf3758c authored tarafından Julien Nabet's avatar Julien Nabet

Fix typo "fuction" -> "function"

Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd
üst 66e5cbc5
...@@ -148,7 +148,7 @@ public: ...@@ -148,7 +148,7 @@ public:
regression curves, the first one is replaced by the one given by the regression curves, the first one is replaced by the one given by the
type. All remaining curves are remnoved. 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( static void replaceOrAddCurveAndReduceToOne(
tRegressionType eType, tRegressionType eType,
......
...@@ -739,7 +739,7 @@ exec_javaldx (Args *args) ...@@ -739,7 +739,7 @@ exec_javaldx (Args *args)
if( err != osl_Process_E_None) 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) if (javaldx)
osl_freeProcessHandle(javaldx); osl_freeProcessHandle(javaldx);
if (fileOut) if (fileOut)
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* than int in argument passing. If this is definded, and LONGINT is not, * than int in argument passing. If this is definded, and LONGINT is not,
* the compiler must support the type unsingned long. * 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 * however * in the width and precision fields will work correctly
* even if fprintf does not support this. The %n format and the return * even if fprintf does not support this. The %n format and the return
* count will only work if fprintf returns the number of characters * count will only work if fprintf returns the number of characters
......
...@@ -129,7 +129,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider, ...@@ -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 * @param inStream the input stream
* @see com.sun.star.io.XPersistObject * @see com.sun.star.io.XPersistObject
*/ */
...@@ -147,7 +147,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider, ...@@ -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 * @param outStream the output stream
* @see com.sun.star.io.XPersistObject * @see com.sun.star.io.XPersistObject
*/ */
......
...@@ -387,7 +387,7 @@ public: ...@@ -387,7 +387,7 @@ public:
function_ = reinterpret_cast< TextEncodingFunction * >( function_ = reinterpret_cast< TextEncodingFunction * >(
module_.getFunctionSymbol("sal_getFullTextEncodingData")); module_.getFunctionSymbol("sal_getFullTextEncodingData"));
if (function_ == 0) { 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"); " library failed");
std::abort(); std::abort();
} }
......
...@@ -65,7 +65,7 @@ public: ...@@ -65,7 +65,7 @@ public:
void SetSlotId(sal_uInt16 nSlot) {m_nSlotId = nSlot;} void SetSlotId(sal_uInt16 nSlot) {m_nSlotId = nSlot;}
sal_uInt16 GetSlotId() { return m_nSlotId;} 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 Deactivate(); // deactivate function
virtual void CreateDefaultObject(); virtual void CreateDefaultObject();
......
...@@ -129,7 +129,7 @@ typedef boost::unordered_map ...@@ -129,7 +129,7 @@ typedef boost::unordered_map
RequestDataMap; RequestDataMap;
// ------------------------------------------------------------------- // -------------------------------------------------------------------
// Helper fuction // Helper function
// ------------------------------------------------------------------- // -------------------------------------------------------------------
static sal_uInt16 makeStatusCode( const rtl::OUString & rStatusText ) static sal_uInt16 makeStatusCode( const rtl::OUString & rStatusText )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment