summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
-rw-r--r--sal/qa/rtl/process/rtl_Process.cxx2
-rw-r--r--setup_native/scripts/admin.pl2
-rw-r--r--solenv/bin/modules/installer/ziplist.pm2
-rw-r--r--sw/source/uibase/app/docstyle.cxx2
-rw-r--r--vcl/source/fontsubset/ttcr.cxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index b2a7d048336c..157296dd320d 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -755,7 +755,7 @@ public class EmbedContApp extends Applet
}
else
{
- System.out.println( "Unknoun action is requested: " + aAction.m_nID + "\n" );
+ System.out.println( "Unknown action is requested: " + aAction.m_nID + "\n" );
}
}
}
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 679c40a65d94..0defb0a9cf3a 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -2221,7 +2221,7 @@ void DffPropertyReader::ApplyCustomShapeGeometryAttributes( SvStream& rIn, SfxIt
case 0x0:
{
//It is msopathEscapeExtension which is transformed into LINETO.
- //If issue happens, I think this part can be comment so that it will be taken as unknow command.
+ //If issue happens, I think this part can be comment so that it will be taken as unknown command.
//When export, origin data will be export without any change.
nCommand = EnhancedCustomShapeSegmentCommand::LINETO;
if ( !nCnt )
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 3bf66fff7a67..a65134c526dd 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -256,14 +256,14 @@ public:
@param eContentType
classify the given content.
- This value is set to a default value "UNKNWON_CONTENT", which force
+ This value is set to a default value "UNKNOWN_CONTENT", which force
an internal check, if this content is loadable or not.
But may this check was already made by the caller of this method and
passing this information to this LoadEnv instance can suppress this
might expensive check.
That can be useful in case this information is needed outside too,
to decide if its necessary to create some resources for this load
- request ... or to reject the request imidiatly if it seems to be not
+ request ... or to reject the request immediately if it seems to be not
loadable in general.
@throw A LoadEnvException e.g. if another load operation is till in progress
diff --git a/sal/qa/rtl/process/rtl_Process.cxx b/sal/qa/rtl/process/rtl_Process.cxx
index 0bd9c70e5078..6640eed804e3 100644
--- a/sal/qa/rtl/process/rtl_Process.cxx
+++ b/sal/qa/rtl/process/rtl_Process.cxx
@@ -132,7 +132,7 @@ public:
// );
oslProcessInfo* pInfo = new oslProcessInfo;
//please pay attention to initial the Size to sizeof(oslProcessInfo), or else
- //you will get unknow error when call osl_getProcessInfo
+ //you will get unknown error when call osl_getProcessInfo
pInfo->Size = sizeof(oslProcessInfo);
osl_error = osl_getProcessInfo( hProcess, osl_Process_EXITCODE, pInfo );
CPPUNIT_ASSERT_MESSAGE
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl
index 2003f6b8e4dd..351c28faa00b 100644
--- a/setup_native/scripts/admin.pl
+++ b/setup_native/scripts/admin.pl
@@ -87,7 +87,7 @@ sub getparameter
else
{
print "\n**********************************************\n";
- print "Error: Unknows parameter: $param";
+ print "Error: Unknown parameter: $param";
print "\n**********************************************\n";
usage();
exit(-1);
diff --git a/solenv/bin/modules/installer/ziplist.pm b/solenv/bin/modules/installer/ziplist.pm
index b4867a83a510..9f31455bcd47 100644
--- a/solenv/bin/modules/installer/ziplist.pm
+++ b/solenv/bin/modules/installer/ziplist.pm
@@ -193,7 +193,7 @@ sub analyze_settings_block
next;
}
- # complete blocks of unknows strings are not recorded
+ # complete blocks of unknown strings are not recorded
if ((!($line =~ /^\s*\Q$installer::globals::build\E\s*$/i)) &&
(!($line =~ /^\s*\bSettings\b\s*$/i)) &&
diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx
index cbccde4bd3e9..92c8dabb4c97 100644
--- a/sw/source/uibase/app/docstyle.cxx
+++ b/sw/source/uibase/app/docstyle.cxx
@@ -1163,7 +1163,7 @@ bool SwDocStyleSheet::SetFollow( const OUString& rStr)
case SFX_STYLE_FAMILY_PSEUDO:
break;
default:
- OSL_ENSURE(false, "unknwown style family");
+ OSL_ENSURE(false, "unknown style family");
}
return true;
diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx
index 272ad1c8cbb8..1f019cfb064b 100644
--- a/vcl/source/fontsubset/ttcr.cxx
+++ b/vcl/source/fontsubset/ttcr.cxx
@@ -1119,7 +1119,7 @@ int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt3
}
}
- assert(!"Unknwon TrueType table.\n");
+ assert(!"Unknown TrueType table.\n");
return TTCR_UNKNOWN;
}