summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 14:40:43 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 14:42:26 +0700
commitc5710d4700e9b3ab854819cc8ce6c70d0654f5dc (patch)
tree20877332d88170b09c421e69915885553cb99acc
parentc97b6bde2e9eeac9acad7739e3d72372c0bf0670 (diff)
s/infomation/information/
-rw-r--r--cui/source/options/optsave.src2
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
-rw-r--r--libxmlsec/xmlsec1-customkeymanage.patch2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs2
-rw-r--r--shell/source/win32/ooofilereader/metainforeader.cxx4
-rw-r--r--shell/source/win32/shlxthandler/infotips/infotips.cxx6
-rw-r--r--xmlsecurity/tools/standalone/csfit/certmngr.cxx2
-rw-r--r--xmlsecurity/tools/standalone/mscsfit/certmngr.cxx2
8 files changed, 11 insertions, 11 deletions
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src
index 91c301c27375..da94bd4bd9f4 100644
--- a/cui/source/options/optsave.src
+++ b/cui/source/options/optsave.src
@@ -230,7 +230,7 @@ TabPage RID_SFXPAGE_SAVE
Pos = MAP_APPFONT ( 23 , 169 ) ;
Size = MAP_APPFONT ( 239 , 8 ) ;
Hide = TRUE;
- Text [ en-US ] = "Not using ODF 1.2 Extended may cause infomation to be lost.";
+ Text [ en-US ] = "Not using ODF 1.2 Extended may cause information to be lost.";
Text [ x-comment ] = "EN-US, the term 'extended' must not be translated.";
};
Image IMG_ODF_WARNING
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index b79eba4f8378..cd5ca46b0a6e 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -945,7 +945,7 @@ void OTableController::loadData()
if(aTypeIter == m_aTypeInfo.end())
aTypeIter = m_aTypeInfo.begin();
- OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type infomation!");
+ OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type information!");
bool bReadRow = !isAddAllowed();
for(sal_Int32 i=m_vRowList.size(); i < NEWCOLS; i++ )
diff --git a/libxmlsec/xmlsec1-customkeymanage.patch b/libxmlsec/xmlsec1-customkeymanage.patch
index 8bc97c474d56..8a9336881a98 100644
--- a/libxmlsec/xmlsec1-customkeymanage.patch
+++ b/libxmlsec/xmlsec1-customkeymanage.patch
@@ -796,7 +796,7 @@
+
+/**
+ * xmlSecNssAppliedKeysMngrCreate:
-+ * @slot: array of pointers to NSS PKCS#11 slot infomation.
++ * @slot: array of pointers to NSS PKCS#11 slot information.
+ * @cSlots: number of slots in the array
+ * @handler: the pointer to NSS certificate database.
+ *
diff --git a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs b/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
index e2d420a7d425..a4339ccef463 100644
--- a/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
@@ -38,7 +38,7 @@
</prop>
<prop oor:name="HelpUrl" oor:type="xs:string">
<info>
- <desc>the url where additional infomation can be found.</desc>
+ <desc>the url where additional information can be found.</desc>
</info>
<value>http://wiki.documentfoundation.org/UX/LibreOffice_User_Feedback_Program</value>
</prop>
diff --git a/shell/source/win32/ooofilereader/metainforeader.cxx b/shell/source/win32/ooofilereader/metainforeader.cxx
index 2f7a08d5fdd0..2848de39b43a 100644
--- a/shell/source/win32/ooofilereader/metainforeader.cxx
+++ b/shell/source/win32/ooofilereader/metainforeader.cxx
@@ -51,7 +51,7 @@ CBaseReader( DocumentName )
m_pSimple_Builder = new CSimpleTag( );
m_pDummy_Builder = new CDummyTag( );
- //retrieve all infomation that is useful
+ //retrieve all information that is useful
m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG;
@@ -92,7 +92,7 @@ try
m_pSimple_Builder = new CSimpleTag( );
m_pDummy_Builder = new CDummyTag( );
- //retrieve all infomation that is useful
+ //retrieve all information that is useful
m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG;
m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG;
diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx
index 8c6d701b6e25..510ba0f4a282 100644
--- a/shell/source/win32/shlxthandler/infotips/infotips.cxx
+++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx
@@ -114,7 +114,7 @@ ULONG STDMETHODCALLTYPE CInfoTip::Release( void)
//********************helper functions for GetInfoTip functions**********************
-/** get file type infomation from registry.
+/** get file type information from registry.
*/
std::wstring getFileTypeInfo(const std::string& file_extension)
{
@@ -191,7 +191,7 @@ std::wstring formatSizeOfFile( DWORD dwSize )
}
-/** get file size infomation.
+/** get file size information.
*/
std::wstring getFileSizeInfo(char* FileName)
{
@@ -279,7 +279,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws
{
}
- //display file size, no matter other infomation is loaded successfully or not.
+ //display file size, no matter other information is loaded successfully or not.
std::wstring tmpSizeStr = getFileSizeInfo( m_szFileName );
if ( tmpSizeStr != EMPTY_STRING )
{
diff --git a/xmlsecurity/tools/standalone/csfit/certmngr.cxx b/xmlsecurity/tools/standalone/csfit/certmngr.cxx
index d0096a9c284e..332ef50709fb 100644
--- a/xmlsecurity/tools/standalone/csfit/certmngr.cxx
+++ b/xmlsecurity/tools/standalone/csfit/certmngr.cxx
@@ -142,7 +142,7 @@ int SAL_CALL main( int argc, char **argv )
Sequence < Reference< XCertificate > > xPersonalCerts = pSecEnv->getPersonalCertificates() ;
Sequence < Reference< XCertificate > > xCertPath ;
for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) {
- //Print the certificate infomation.
+ //Print the certificate information.
fprintf( stdout, "\nPersonal Certificate Info\n" ) ;
fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
diff --git a/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx b/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx
index fee83746faff..81a2d7a655ae 100644
--- a/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx
+++ b/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx
@@ -107,7 +107,7 @@ int SAL_CALL main( int argc, char **argv )
Sequence < Reference< XCertificate > > xCertPath ;
for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) {
- //Print the certificate infomation.
+ //Print the certificate information.
fprintf( stdout, "\nPersonal Certificate Info\n" ) ;
fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;