summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/comp/io.cxx2
-rw-r--r--chart2/source/view/axes/Tickmarks.hxx2
-rw-r--r--desktop/source/app/app.cxx2
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.cxx2
-rw-r--r--forms/source/component/FormComponent.cxx2
-rw-r--r--framework/source/uielement/menubarmanager.cxx2
-rw-r--r--include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/primitivetools2d.hxx4
-rw-r--r--include/sax/tools/converter.hxx2
-rw-r--r--include/svx/fmgridcl.hxx2
-rw-r--r--oox/source/ole/vbainputstream.cxx2
-rw-r--r--sal/osl/w32/file_dirvol.cxx2
-rw-r--r--sfx2/source/dialog/backingcomp.cxx4
-rw-r--r--starmath/source/node.cxx2
-rw-r--r--svx/source/form/filtnav.cxx2
-rw-r--r--svx/source/xoutdev/xtabdash.cxx2
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx2
-rw-r--r--sw/source/core/layout/flycnt.cxx2
-rw-r--r--sw/source/core/layout/objectformattertxtfrm.cxx2
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
-rw-r--r--sw/source/core/text/txtftn.cxx2
-rw-r--r--sw/source/filter/basflt/fltshell.cxx2
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx2
-rw-r--r--sw/source/filter/xml/xmltble.cxx2
-rw-r--r--ucb/source/ucp/webdav/SerfSession.cxx2
-rw-r--r--vcl/source/edit/texteng.cxx2
-rw-r--r--vcl/source/gdi/sallayout.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx2
-rw-r--r--xmlsecurity/source/xmlsec/nss/nssinitializer.cxx4
-rw-r--r--xmlsecurity/source/xmlsec/nss/secerror.cxx2
30 files changed, 33 insertions, 33 deletions
diff --git a/basic/source/comp/io.cxx b/basic/source/comp/io.cxx
index 484bcea40510..d1dd481270d7 100644
--- a/basic/source/comp/io.cxx
+++ b/basic/source/comp/io.cxx
@@ -165,7 +165,7 @@ void SbiParser::Input()
aGen.Gen( _CHAN0 );
}
-// OPEN stringexpr FOR mode ACCCESS access mode AS Channel [Len=n]
+// OPEN stringexpr FOR mode ACCESS access mode AS Channel [Len=n]
void SbiParser::Open()
{
diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx
index 3be50f61f00b..52542ade9e77 100644
--- a/chart2/source/view/axes/Tickmarks.hxx
+++ b/chart2/source/view/axes/Tickmarks.hxx
@@ -146,7 +146,7 @@ private: //member
::basegfx::B2DVector m_aAxisStartScreenPosition2D;
::basegfx::B2DVector m_aAxisEndScreenPosition2D;
- //labels might be posioned high or low on the border of the diagram far away from the axis
+ //labels might be positioned high or low on the border of the diagram far away from the axis
//add this vector to go from the axis line to the label line (border of the diagram)
::basegfx::B2DVector m_aAxisLineToLabelLineShift;
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 43cb227d316f..bba9292b9854 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1895,7 +1895,7 @@ IMPL_LINK_NOARG(Desktop, OpenClients_Impl)
return 0;
}
-// enable acceptos
+// enable acceptors
IMPL_STATIC_LINK_NOARG(Desktop, EnableAcceptors_Impl)
{
enableAcceptors();
diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx
index 5aed75e42d47..cfaf2bc5ceff 100644
--- a/desktop/source/deployment/manager/dp_extensionmanager.cxx
+++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx
@@ -692,7 +692,7 @@ Reference<css::deployment::XPackage> ExtensionManager::addExtension(
bool bUserDisabled = false;
// In this guarded section (getMutex) we must not use the argument xCmdEnv
// because it may bring up dialogs (XInteractionHandler::handle) this
- // may potententially deadlock. See issue
+ // may potentially deadlock. See issue
// http://qa.openoffice.org/issues/show_bug.cgi?id=114933
// By not providing xCmdEnv the underlying APIs will throw an exception if
// the XInteractionRequest cannot be handled.
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 61b7542a69e3..9b8a398098ee 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -2000,7 +2000,7 @@ bool OBoundControlModel::connectToField(const Reference<XRowSet>& rForm)
void OBoundControlModel::initFromField( const Reference< XRowSet >& _rxRowSet )
{
- // but only if the rowset if posisitioned on a valid record
+ // but only if the rowset is positioned on a valid record
if ( hasField() && _rxRowSet.is() )
{
if ( !_rxRowSet->isBeforeFirst() && !_rxRowSet->isAfterLast() )
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index b17b07e7716f..e28deb3eea33 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -1905,7 +1905,7 @@ void MenuBarManager::Init(const Reference< XFrame >& rFrame,Menu* pAddonMenu,boo
Reference< XStatusListener > xSubMenuManager( static_cast< OWeakObject *>( pSubMenuManager ), UNO_QUERY );
- // store menu item command as we later have to know which menu is active (see Acivate handler)
+ // store menu item command as we later have to know which menu is active (see Activate handler)
pSubMenuManager->m_aMenuItemCommand = aItemCommand;
MenuItemHandler* pMenuItemHandler = new MenuItemHandler(
diff --git a/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
index f80e5193a9ee..f01357d14f43 100644
--- a/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
@@ -426,7 +426,7 @@ namespace drawinglayer
/// the transparence [0.0 .. 1.0]
double mfTransparence;
- /// the discrete grow size ('pixels'), only posivive values allowed
+ /// the discrete grow size ('pixels'), only positive values allowed
double mfDiscreteGrow;
/// bitfield
diff --git a/include/drawinglayer/primitive2d/primitivetools2d.hxx b/include/drawinglayer/primitive2d/primitivetools2d.hxx
index 824306e4c77b..993cab84caa0 100644
--- a/include/drawinglayer/primitive2d/primitivetools2d.hxx
+++ b/include/drawinglayer/primitive2d/primitivetools2d.hxx
@@ -33,7 +33,7 @@ namespace drawinglayer
{
/** DiscreteMetricDependentPrimitive2D class
- tooling class for BufferedDecompositionPrimitive2D baseed classes which are view-dependent
+ tooling class for BufferedDecompositionPrimitive2D based classes which are view-dependent
regarding the size of a discrete unit. The implementation of get2DDecomposition
guards the buffered local decomposition and ensures that a create2DDecomposition
implementation may use an up-to-date DiscreteUnit accessible using getDiscreteUnit()
@@ -79,7 +79,7 @@ namespace drawinglayer
{
/** ViewportDependentPrimitive2D class
- tooling class for BufferedDecompositionPrimitive2D baseed classes which are view-dependent
+ tooling class for BufferedDecompositionPrimitive2D based classes which are view-dependent
regarding the viewport. The implementation of get2DDecomposition
guards the buffered local decomposition and ensures that a create2DDecomposition
implementation may use an up-to-date Viewport accessible using getViewport()
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index d06d0ceee7b1..3c451a0d3a9e 100644
--- a/include/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
@@ -199,7 +199,7 @@ public:
static void encodeBase64(OUStringBuffer& aStrBuffer, const com::sun::star::uno::Sequence<sal_Int8>& aPass);
// Decode a base 64 encoded string into a sequence of bytes. The first
- // version can be used for attribute values only, bacause it does not
+ // version can be used for attribute values only, because it does not
// return any chars left from conversion.
// For text submitted throgh the SAX characters call, the later method
// must be used!
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index 55e12d0ad030..c9147531f3d0 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -99,7 +99,7 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED FmGridControl : public DbGridControl
friend class FmXGridPeer;
FmXGridPeer* m_pPeer;
- sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) posisition ...
+ sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) position...
sal_uInt16 m_nMarkedColumnId;
bool m_bSelecting;
bool m_bInColumnMove : 1;
diff --git a/oox/source/ole/vbainputstream.cxx b/oox/source/ole/vbainputstream.cxx
index c8b6242e8843..06c1035604a4 100644
--- a/oox/source/ole/vbainputstream.cxx
+++ b/oox/source/ole/vbainputstream.cxx
@@ -132,7 +132,7 @@ bool VbaInputStream::updateChunk()
// From the amazing bit detective work of Valek Filippov<frob@gnome.org>
// this tweak and the one at the bottom of the method to seek to the
// start of the next chunk we can read those strange broken
- // ( I guess from a MSO bug ) commpessed streams > 4k
+ // ( I guess from a MSO bug ) compressed streams > 4k
if ( bIgnoreBrokenSig )
{
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index d882c3d9962f..cb95dd684664 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -621,7 +621,7 @@ static int path_make_parent(sal_Unicode* path)
get the parent only, e.g. 'c:\dir\subdir' ->
'c:\dir' or '\\share\sub\dir' -> '\\share\sub'
@return The position where the path has been cut
- off (this is the posistion of the last backslash).
+ off (this is the position of the last backslash).
If there are no more parents 0 will be returned,
e.g. 'c:\' or '\\Share' have no more parents */
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index cf02dd9489ba..ca8639422c04 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -683,8 +683,8 @@ void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference
initialitze it. E.g. the menu must be set at the container window of the frame, which
is our parent window. But may at that time another component used it.
That's why our creator has to inform us, when it's time to initialize us really.
- Currently only calling of this method must be done. But further implementatoins
- can use special in parameter to configure this initialization ...
+ Currently only calling of this method must be done. But further implementations
+ can use special in parameter to configure this initialization...
@param lArgs
currently not used
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index a7f246a7fcac..132c079adcbb 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2536,7 +2536,7 @@ void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
// elements (subnodes) in that column.
std::vector<long> aColWidth(nNumCols);
- // arrange subnodes and calculate the aboves arrays contents
+ // arrange subnodes and calculate the above arrays contents
sal_uInt16 nNodes = GetNumSubNodes();
for (i = 0; i < nNodes; i++)
{
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 8e035bb69cdf..b5b1390debef 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -224,7 +224,7 @@ Image FmFilterItem::GetImage() const
}
-// Hints for communicatition between model and view
+// Hints for communication between model and view
class FmFilterHint : public SfxHint
{
diff --git a/svx/source/xoutdev/xtabdash.cxx b/svx/source/xoutdev/xtabdash.cxx
index cc82ef006882..1a08f7bd9602 100644
--- a/svx/source/xoutdev/xtabdash.cxx
+++ b/svx/source/xoutdev/xtabdash.cxx
@@ -127,7 +127,7 @@ Bitmap XDashList::ImpCreateBitmapForXDash(const XDash* pDash)
aDotDashArray,
fFullDotDashLen);
- // cerate LinePrimitive
+ // create LinePrimitive
const drawinglayer::primitive2d::Primitive2DReference aLinePrimitive(
new drawinglayer::primitive2d::PolygonStrokePrimitive2D(
aLine,
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index a3bda095bf37..e26b6e3553af 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -738,7 +738,7 @@ protected:
* @param[in] rExpected expected borderline object
* @param[in] rActual actual borderline object
* @param[in] rSourceLine line from where the assertion is called
- * Note: This method is the implementatition of CPPUNIT_ASSERT_BORDER_EQUAL, so
+ * Note: This method is the implementation of CPPUNIT_ASSERT_BORDER_EQUAL, so
* use that macro instead.
**/
inline void assertBorderEqual(
diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx
index 038e97d5f7e2..a0127a896d4f 100644
--- a/sw/source/core/layout/flycnt.cxx
+++ b/sw/source/core/layout/flycnt.cxx
@@ -308,7 +308,7 @@ bool SwOszControl::ChkOsz()
/**
|* With a paragraph-anchored fly it's absolutely possible that
|* the anchor reacts to changes of the fly. To this reaction the fly must
-|* certaily react too. Sadly this can lead to oscillations; for example the
+|* certainly react too. Sadly this can lead to oscillations; for example the
|* fly wants to go down therefore the content can go up - this leads to a
|* smaller TextFrm thus the fly needs to go up again whereby the text will
|* get pushed down...
diff --git a/sw/source/core/layout/objectformattertxtfrm.cxx b/sw/source/core/layout/objectformattertxtfrm.cxx
index 3880fa3fc519..a0101eccb377 100644
--- a/sw/source/core/layout/objectformattertxtfrm.cxx
+++ b/sw/source/core/layout/objectformattertxtfrm.cxx
@@ -460,7 +460,7 @@ bool SwObjectFormatterTextFrm::DoFormatObjs()
void SwObjectFormatterTextFrm::_InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj )
{
// invalidate all previous objects, whose wrapping influence on the object
- // positioning is <NONE_CONCURRENT_POSIITIONED>.
+ // positioning is <NONE_CONCURRENT_POSITIONED>.
// Note: list of objects at anchor frame is sorted by this property.
if ( _rAnchoredObj.GetFrameFormat().GetWrapInfluenceOnObjPos().
// #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index ffa7845b7f73..838f0ef9d737 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -2807,7 +2807,7 @@ void SwLayoutFrm::ChgLowersProp( const Size& rOldSize )
// In vertical layout the height of both is directly
// adjusted to the page height change.
// In horizontal layout the height of the body frame is
- // directly adjsuted to the page height change and the
+ // directly adjusted to the page height change and the
// foot note frame height isn't touched, because its
// determined by its content.
// OD 31.03.2003 #108446# - apply special case for page
diff --git a/sw/source/core/text/txtftn.cxx b/sw/source/core/text/txtftn.cxx
index 3421c32a2cc7..2365d6b7246f 100644
--- a/sw/source/core/text/txtftn.cxx
+++ b/sw/source/core/text/txtftn.cxx
@@ -261,7 +261,7 @@ SwTwips SwTextFrm::GetFootnoteLine( const SwTextFootnote *pFootnote ) const
if( !HasPara() )
{
- // #109071# GetFormatted() does not work here, bacause most probably
+ // #109071# GetFormatted() does not work here, because most probably
// the frame is currently locked. We return the previous value.
return pThis->mnFootnoteLine > 0 ?
pThis->mnFootnoteLine :
diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx
index f2e1a637d90d..9a6186c228b4 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -632,7 +632,7 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos,
delete pTOXAttr->GetBase();
- // set (aboved saved and removed) the break item at the node following the TOX
+ // set (above saved and removed) the break item at the node following the TOX
if( aBkSet.Count() )
pNd->SetAttr( aBkSet );
}
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index d6307d7d14ce..569a7be877b3 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -153,7 +153,7 @@ inline OUString read_uInt16_PascalString(SvStream& rStrm)
OUString read_uInt8_BeltAndBracesString(SvStream& rStrm, rtl_TextEncoding eEnc);
OUString read_uInt16_BeltAndBracesString(SvStream& rStrm);
-//--Line abovewhich the code has meaningful comments
+//--Line above which the code has meaningful comments
class WW8Fib;
class WW8ScannerBase;
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index bae4b6c27155..26359aec901d 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -574,7 +574,7 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
// If an absolute width is given, the table either has a fixed
// width, or the current width is known from the layout. In the
// later case, a base width is set in addition and must be used
- // to "absoultize" the relative column width.
+ // to "absolutize" the relative column width.
if( nAbsWidth )
{
sal_uInt32 nColAbsWidth = nWidth;
diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx
index fa1a41e30309..1aa895229e23 100644
--- a/ucb/source/ucp/webdav/SerfSession.cxx
+++ b/ucb/source/ucp/webdav/SerfSession.cxx
@@ -258,7 +258,7 @@ apr_status_t SerfSession::setupSerfConnection( apr_socket_t * inAprSocket,
0,
getSerfBktAlloc() );
/** Set the callback that is called to authenticate the
- certifcate (chain).
+ certificate (chain).
*/
serf_ssl_server_cert_chain_callback_set(
serf_bucket_ssl_decrypt_context_get(tmpInputBkt),
diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx
index acbe1c56ed2d..7fd5843ab168 100644
--- a/vcl/source/edit/texteng.cxx
+++ b/vcl/source/edit/texteng.cxx
@@ -3088,7 +3088,7 @@ long TextEngine::ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt1
if ( ( nIndex == nPortionStart ) && ( nIndex == nIndex2 ) )
{
// Output of full portion, so we need portion x offset.
- // Use ImpGetPortionXOffset, because GetXPos may deliver left or right position from portioon, depending on R2L, L2R
+ // Use ImpGetPortionXOffset, because GetXPos may deliver left or right position from portion, depending on R2L, L2R
nX = ImpGetPortionXOffset( nPara, pLine, nPortion );
if ( IsRightToLeft() )
{
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index cdf7cb88f7a6..26f8a1f2b860 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -158,7 +158,7 @@ std::ostream &operator <<(std::ostream& s, ImplLayoutArgs &rArgs)
// true if a codepoint doesn't influence the logical text width
bool IsDiacritic( sal_UCS4 nChar )
{
- // shortcut abvious non-diacritics
+ // shortcut obvious non-diacritics
if( nChar < 0x0300 )
return false;
if( nChar >= 0x2100 )
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
index b610a0f32078..b0338f0dceef 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
@@ -63,7 +63,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper3<
//Key store
HCERTSTORE m_hKeyStore ;
- //Certiticate store
+ //Certificate store
HCERTSTORE m_hCertStore ;
// i120675, save the store handles
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index 2a2ad98368ba..8e7498a47cab 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -122,7 +122,7 @@ void deleteRootsModule()
{
if (PK11_HasRootCerts(slot))
{
- SAL_INFO("xmlsecurity.xmlsec", "The root certifificates module \"" << module->commonName << "\" is already loaded: " << module->dllName);
+ SAL_INFO("xmlsecurity.xmlsec", "The root certificates module \"" << module->commonName << "\" is already loaded: " << module->dllName);
RootsModule = SECMOD_ReferenceModule(module);
break;
@@ -334,7 +334,7 @@ bool nsscrypto_initialize( const css::uno::Reference< css::uno::XComponentContex
}
else
{
- SAL_INFO("xmlsecurity.xmlsec", "FAILED to add new root certifice module " ROOT_CERTS " contained in " << ospath);
+ SAL_INFO("xmlsecurity.xmlsec", "FAILED to add new root certificate module " ROOT_CERTS " contained in " << ospath);
return_value = false;
}
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.cxx b/xmlsecurity/source/xmlsec/nss/secerror.cxx
index 88275ce33827..ea82265bd8d4 100644
--- a/xmlsecurity/source/xmlsec/nss/secerror.cxx
+++ b/xmlsecurity/source/xmlsec/nss/secerror.cxx
@@ -68,7 +68,7 @@ printChainFailure(CERTVerifyLog *log)
if (log->count > 0)
{
- SAL_INFO("xmlsecurity.xmlsec", "Bad certifcation path:");
+ SAL_INFO("xmlsecurity.xmlsec", "Bad certification path:");
unsigned long errorFlags = 0;
for (node = log->head; node; node = node->next)
{