summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py4
-rw-r--r--wizards/com/sun/star/wizards/ui/FieldSelection.java2
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.py2
-rw-r--r--wizards/com/sun/star/wizards/ui/event/UnoDataAware.py2
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialog.py4
-rw-r--r--wizards/com/sun/star/wizards/web/Process.py2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.py2
-rw-r--r--wizards/source/access2base/DoCmd.xba4
-rw-r--r--wizards/source/depot/CommonLang.xba4
-rw-r--r--wizards/source/importwizard/API.xba2
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java2
-rw-r--r--xmlhelp/source/treeview/tvread.cxx2
-rw-r--r--xmloff/dtd/dtypes.mod2
-rw-r--r--xmloff/dtd/nmspace.mod2
-rw-r--r--xmloff/source/chart/contexts.hxx2
-rw-r--r--xmloff/source/core/DomBuilderContext.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
-rw-r--r--xmloff/source/forms/attriblistmerge.hxx2
-rw-r--r--xmloff/source/forms/elementimport.cxx2
-rw-r--r--xmloff/source/script/XMLStarBasicContextFactory.cxx2
-rw-r--r--xmloff/source/style/xmlaustp.cxx2
-rw-r--r--xmloff/source/text/XMLIndexTabStopEntryContext.cxx2
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx2
-rw-r--r--xmloff/source/text/XMLTextHeaderFooterContext.cxx2
-rw-r--r--xmloff/source/text/txtflde.cxx2
-rw-r--r--xmloff/source/text/txtfldi.cxx6
-rw-r--r--xmloff/source/text/txtprmap.cxx2
-rw-r--r--xmloff/source/transform/Oasis2OOo.cxx2
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_export.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/xmlstreamio.cxx2
32 files changed, 38 insertions, 38 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 531068de0399..8ab03c429dc6 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -410,7 +410,7 @@ class AgendaDocument(TextDocument):
'''
create the minutes for the given topics or remove the minutes
section from the document.
- If no topics are supplied, or the user specified not to create minuts,
+ If no topics are supplied, or the user specified not to create minutes,
the minutes section will be removed,
@param topicsData supplies PropertyValue arrays containing
the values for the topics.
@@ -514,7 +514,7 @@ class AgendaDocument(TextDocument):
'''given a text range and a text, fills the given
text range with the given text.
- If the given text is empty, uses a placeholder with the giveb
+ If the given text is empty, uses a placeholder with the given
placeholder text.
@param range text range to fill
@param text the text to fill to the text range object.
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java
index 3fc1ade50974..1d709b80004c 100644
--- a/wizards/com/sun/star/wizards/ui/FieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java
@@ -355,7 +355,7 @@ public class FieldSelection
private void changeSelectionOrder(int iNeighbor)
{
short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos();
- // TODO: we are assuming that the array starts with the lowest index. Verfy this assumption!!!!!
+ // TODO: we are assuming that the array starts with the lowest index. Verify this assumption!!!!!
if (iSelIndices.length == 1)
{
short iSelIndex = iSelIndices[0];
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py
index 3a4a0efea026..3ae8d052fe1a 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py
@@ -135,7 +135,7 @@ class DataAware(object):
'''
given a collection containing DataAware objects,
- calls updateUI() on each memebr of the collection.
+ calls updateUI() on each member of the collection.
@param dataAwares a collection containing DataAware objects.
'''
diff --git a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
index 04ba03a3ddb2..195c7da23006 100644
--- a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
@@ -22,7 +22,7 @@ from ...common.PropertyNames import PropertyNames
'''
@author rpiterman
-This class suppoprts imple cases where a UI control can
+This class supports simple cases where a UI control can
be directly synchronized with a data property.
Such controls are: the different text controls
(synchronizing the "Text" , "Value", "Date", "Time" property),
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py
index 8b631508a68a..5f45ae6fe172 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -353,7 +353,7 @@ class FTPDialog(UnoDialog2, UIConsts):
# changes the status label and icon, according to the
# given status
- # @param status one opf the private status-constants.
+ # @param status one of the private status-constants.
# if this param is not one of them, an "unknown error" status is displayed.
def setLabel(self, status):
if status == self.STATUS_UNKNOWN:
@@ -363,7 +363,7 @@ class FTPDialog(UnoDialog2, UIConsts):
# connected!
self.setLabel1(self.resources.resFTPConnected, self.ICON_OK)
elif status == self.STATUS_USER_PWD_WRONG:
- # wronf password
+ # wrong password
self.setLabel1(self.resources.resFTPUserPwdWrong, self.ICON_ERROR)
elif status == self.STATUS_SERVER_NOT_FOUND:
# problem resolving server name
diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py
index b8721a096293..3de4c6c2bf7b 100644
--- a/wizards/com/sun/star/wizards/web/Process.py
+++ b/wizards/com/sun/star/wizards/web/Process.py
@@ -446,7 +446,7 @@ class Process(ProcessErrors):
#
# In present this is always the case.
# may be in the future, when
- # a tree is used, it will be abit different.
+ # a tree is used, it will be a bit different.
if (isinstance (item, CGDocument)):
if (not self.export2(item, contentDir, task)):
return False
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index d3a0f29b3990..1bbc9058d110 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -533,7 +533,7 @@ class WWD_Startup(WWD_General):
'''
changes the DataAwares Objects' (in
- the gioen list) DataObject to the
+ the given list) DataObject to the
@param data
@param list
'''
diff --git a/wizards/source/access2base/DoCmd.xba b/wizards/source/access2base/DoCmd.xba
index 0cc2605b14b5..54156558a5c8 100644
--- a/wizards/source/access2base/DoCmd.xba
+++ b/wizards/source/access2base/DoCmd.xba
@@ -2016,7 +2016,7 @@ End Sub ' _DispatchCommand V1.3.0
REM -----------------------------------------------------------------------------------------------------------------------
Private Function _getTempDirectoryURL() As String
-' Return the tempry directory defined in the OO Options (Paths)
+' Return the temporary directory defined in the OO Options (Paths)
Dim sDirectory As String, oSettings As Object, oPathSettings As Object
If _ErrorHandler() Then On Local Error Goto Error_Function
@@ -2466,4 +2466,4 @@ Dim oShell As Object
oShell.execute(sCommand, "" , com.sun.star.system.SystemShellExecuteFlags.DEFAULTS)
End Sub ' _ShellExecute V0.8.5
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/depot/CommonLang.xba b/wizards/source/depot/CommonLang.xba
index c8a213779509..ec2f62733237 100644
--- a/wizards/source/depot/CommonLang.xba
+++ b/wizards/source/depot/CommonLang.xba
@@ -35,7 +35,7 @@ Public Const SBCOLUMNPROVFIX2 = 9 &apos; Fixed provision, sheet 2
Public Const SBCOLUMNPROCEEDS2 = 12 &apos; Profit, sheet 2
Public Const SBCOLUMNQTYSOLD2 = 14 &apos; Quantity sold, sheet 2
Public Const SBCOLUMNQTYREST2 = 15 &apos; Quantity not sold yet, sheet 2
-Public Const SBCOLUMNPRCREST2 = 16 &apos; Proportional proce for quantity not sold yet, sheet 2
+Public Const SBCOLUMNPRCREST2 = 16 &apos; Proportional price for quantity not sold yet, sheet 2
Public Const SBCOLUMNREALPROC2 = 17 &apos; Realized proceeds, sheet 2
Public Const SBCOLUMNDIVIDEND2 = 18 &apos; Dividend paid, sheet 2
Public Const SBCOLUMNREALPROFIT2 = 19 &apos; Realized profit, sheet 2
@@ -365,4 +365,4 @@ Sub InitializeStartUpModel()
.cmdGoOn.Label = sOK
.cmdCancel.Label = sCancel
End With
-End Sub</script:module> \ No newline at end of file
+End Sub</script:module>
diff --git a/wizards/source/importwizard/API.xba b/wizards/source/importwizard/API.xba
index c62e88700201..97111aecafbd 100644
--- a/wizards/source/importwizard/API.xba
+++ b/wizards/source/importwizard/API.xba
@@ -205,7 +205,7 @@ End Function
Function QueryValue(BaseKey As Long, sKeyName As String, sValueName As String) As Variant
Dim lRetVal As Long &apos; Returnvalue API-Call
-Dim hKey As Long &apos; Onen key handle
+Dim hKey As Long &apos; One key handle
Dim vValue As String &apos; Key value
lRetVal = RegOpenKeyEx(BaseKey, sKeyName, 0, KEY_ALL_ACCESS, hKey)
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 9b16e5a06695..7fe58a77f6dd 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1860,7 +1860,7 @@ RTFError RTFDocumentImpl::dispatchDestination(RTFKeyword nKeyword)
if (!m_aStates.top().pCurrentBuffer)
{
// the object is in a table or another container.
- // Don't try to treate it as an OLE object (fdo#53594).
+ // Don't try to treat it as an OLE object (fdo#53594).
// Use the \result (RTF_RESULT) element of the object instead,
// the result element contain picture representing the OLE Object.
m_bObject = true;
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
index 988909c51f79..992cb01fb276 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
@@ -218,7 +218,7 @@ public final class DocumentSerializerImpl
}
/**
- * This method performs the sxl transformation on the supplied
+ * This method performs the xsl transformation on the supplied
* {@code Document} and returns a {@code DOMResult} object.
*
* <p>Xslt transformation code.</p>
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index d8bae20cceb1..815528fe862a 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -1060,7 +1060,7 @@ void ExtensionIteratorBase::implGetLanguageVectorFromPackage( ::std::vector< OUS
{
OUString aPureEntry = aEntry.copy( nLastSlash + 1 );
- // Check language sceme
+ // Check language scheme
int nLen = aPureEntry.getLength();
const sal_Unicode* pc = aPureEntry.getStr();
bool bStartCanBeLanguage = ( nLen >= 2 && isLetter( pc[0] ) && isLetter( pc[1] ) );
diff --git a/xmloff/dtd/dtypes.mod b/xmloff/dtd/dtypes.mod
index 5884cf88237b..28eb75315697 100644
--- a/xmloff/dtd/dtypes.mod
+++ b/xmloff/dtd/dtypes.mod
@@ -72,7 +72,7 @@
<!-- a style name -->
<!ENTITY % styleName "CDATA">
-<!-- a target frame mame -->
+<!-- a target frame name -->
<!ENTITY % targetFrameName "CDATA">
<!-- a language without a country as specified by ISO639 -->
diff --git a/xmloff/dtd/nmspace.mod b/xmloff/dtd/nmspace.mod
index eeb42d8cc06f..4d9f406bb76c 100644
--- a/xmloff/dtd/nmspace.mod
+++ b/xmloff/dtd/nmspace.mod
@@ -40,5 +40,5 @@
<!ENTITY nConfig "&nOpenOffice2001;/config">
<!ENTITY nPresentation "&nOpenOffice2001;/presentation">
-<!-- dublin core namespace name and prefic -->
+<!-- dublin core namespace name and prefix -->
<!ENTITY nDC "http://purl.org/dc/elements/1.1/">
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx
index e32f1097a371..102d64e4fed1 100644
--- a/xmloff/source/chart/contexts.hxx
+++ b/xmloff/source/chart/contexts.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax {
}}}}}
/*
- These contexts are only nedded by
+ These contexts are only needed by
SchXMLImport not by the SchXMLImportHelper
that is also used by other applications
*/
diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx
index d3a577af35f0..77dfda09a611 100644
--- a/xmloff/source/core/DomBuilderContext.cxx
+++ b/xmloff/source/core/DomBuilderContext.cxx
@@ -122,7 +122,7 @@ void DomBuilderContext::StartElement(
const OUString& rName = xAttrList->getNameByIndex( i );
const OUString& rValue = xAttrList->getValueByIndex( i );
- // namespace handling: determine namespace & namespace keykey
+ // namespace handling: determine namespace & namespace key
OUString sNamespace;
sal_uInt16 nNamespaceKey =
GetImport().GetNamespaceMap()._GetKeyByAttrName(
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index ef359f82b089..c9ad9f57fea7 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1137,7 +1137,7 @@ void SdXMLLineShapeContext::processAttribute( sal_uInt16 nPrefix, const OUString
void SdXMLLineShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>& xAttrList)
{
// #85920# use SetTransformation() to handle import of simple lines.
- // This is necessary to kake into account all anchor positions and
+ // This is necessary to take into account all anchor positions and
// other things. All shape imports use the same import schemata now.
// create necessary shape (Line Shape)
AddShape("com.sun.star.drawing.PolyLineShape");
diff --git a/xmloff/source/forms/attriblistmerge.hxx b/xmloff/source/forms/attriblistmerge.hxx
index 6d63d0180e69..576db3295a07 100644
--- a/xmloff/source/forms/attriblistmerge.hxx
+++ b/xmloff/source/forms/attriblistmerge.hxx
@@ -51,7 +51,7 @@ namespace xmloff
OAttribListMerger() { }
// attribute list handling
- // (very thinn at the moment ... only adding lists is allowed ... add more if you need it :)
+ // (very thin at the moment... only adding lists is allowed... add more if you need it :)
void addList(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rList);
// XAttributeList
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index 8aed521fd350..f69a4cf3b82f 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -2018,7 +2018,7 @@ namespace xmloff
aElements.push_back(sElement);
- // swith to the next element
+ // switch to the next element
nElementStart = 1 + nNextSep;
}
while (nElementStart < nLength);
diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx
index dff4ec314cbc..18eeccc00e3d 100644
--- a/xmloff/source/script/XMLStarBasicContextFactory.cxx
+++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx
@@ -71,7 +71,7 @@ SvXMLImportContext* XMLStarBasicContextFactory::CreateContext(
{
sMacroNameVal = xAttrList->getValueByIndex(nAttr);
}
- // else: ingore
+ // else: ignore
}
// else: ignore
}
diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx
index 0a8e22e1f2f5..d1ff59d97934 100644
--- a/xmloff/source/style/xmlaustp.cxx
+++ b/xmloff/source/style/xmlaustp.cxx
@@ -276,7 +276,7 @@ SvXMLExport& SvXMLAutoStylePoolP::GetExport() const
return pImpl->GetExport();
}
-// TODO: romove this
+// TODO: remove this
void SvXMLAutoStylePoolP::AddFamily(
sal_Int32 nFamily,
const OUString& rStrName,
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
index f1ad3f007fba..4669da3d0f36 100644
--- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx
@@ -123,7 +123,7 @@ void XMLIndexTabStopEntryContext::StartElement(
void XMLIndexTabStopEntryContext::FillPropertyValues(
Sequence<PropertyValue> & rValues)
{
- // fill vlues from parent class (type + style name)
+ // fill values from parent class (type + style name)
XMLIndexSimpleEntryContext::FillPropertyValues(rValues);
// get values array and next entry to be written;
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 6389d8f27f0c..d318b3292773 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -771,7 +771,7 @@ void XMLTextFrameContext_Impl::Create( bool /*bHRefOrBase64*/ )
}
// #107848#
- // Make adding the shepe to Z-Ordering dependent from if we are
+ // Make adding the shape to Z-Ordering dependent from if we are
// inside a inside_deleted_section (redlining). That is necessary
// since the shape will be removed again later. It would lead to
// errors if it would stay inside the Z-Ordering. Thus, the
diff --git a/xmloff/source/text/XMLTextHeaderFooterContext.cxx b/xmloff/source/text/XMLTextHeaderFooterContext.cxx
index 673c8fff433a..7e274502e159 100644
--- a/xmloff/source/text/XMLTextHeaderFooterContext.cxx
+++ b/xmloff/source/text/XMLTextHeaderFooterContext.cxx
@@ -202,7 +202,7 @@ void XMLTextHeaderFooterContext::EndElement()
}
else if( !bLeft )
{
- // If no content has been inserted inro the header or footer,
+ // If no content has been inserted into the header or footer,
// switch it off.
sal_Bool bOn = sal_False;
Any aAny;
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index ca8ead9b26d1..a369b263ecc6 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -964,7 +964,7 @@ void XMLTextFieldExport::ExportFieldAutoStyle(
case FIELD_ID_UNKNOWN:
default:
OSL_FAIL("unknown field type!");
- // ignore -> no format for ukowns
+ // ignore -> no format for unknown
break;
}
}
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 344ac2e93046..d64e177f0b22 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -3404,9 +3404,9 @@ static SvXMLEnumMapEntry const aBibliographyDataTypeMap[] =
};
-// we'll process attributes on our own and forfit the standard
-// tecfield mechanism, because our attributes have zero overlp with
-// all the oher textfields.
+// we'll process attributes on our own and for fit the standard
+// textfield mechanism, because our attributes have zero overlap with
+// all the other textfields.
void XMLBibliographyFieldImportContext::StartElement(
const Reference<XAttributeList> & xAttrList)
{
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 7f892f483e65..12d7a29db9b6 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -1001,7 +1001,7 @@ static XMLPropertyMapEntry *lcl_txtprmap_getMap( TextPropMap nType )
pMap = aXMLTextPropMap;
break;
case TextPropMap::SHAPE_PARA:
- // #i125045# use [21] instead of [1] for text props for Shapes, idices
+ // #i125045# use [21] instead of [1] for text props for Shapes, indices
// [1..20] contain the DrawingLayer FillStyle attributes corresponding to
// [XATTR_FILL_FIRST .. XATTR_FILL_LAST] and would be double since Shapes
// already contain these (usually in aXMLSDProperties)
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 8c63e7e29178..100b063c6c0b 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -242,7 +242,7 @@ static XMLTransformerActionInit aActionTable[] =
ENTRY1Q( TEXT, TAB, XML_ETACTION_RENAME_ELEM,
XML_NAMESPACE_TEXT, XML_TAB_STOP ),
- // replace <table:table tabke:is-sub-table> with <table:sub-table>
+ // replace <table:table table:is-sub-table> with <table:sub-table>
ENTRY0( TABLE, TABLE, XML_ETACTION_TABLE ),
// merge frame element
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index 129d87b34b45..89ed0aceff53 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -1264,7 +1264,7 @@ inline bool equalFont( Style const & style1, Style const & style2 )
OUString StyleBag::getStyleId( Style const & rStyle )
{
- if (! rStyle._set) // nothin set
+ if (! rStyle._set) // nothing set
{
return OUString(); // everything default: no need to export a specific style
}
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 9469e6f6ead4..774645f5975d 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -203,7 +203,7 @@ bool XSecController::chainOn( bool bRetrievingLastEvent )
/****** XSecController/chainOn ************************************************
*
* NAME
- * chainOn -- tyies to connect the SAXEventKeeper with the SAX chain.
+ * chainOn -- tries to connect the SAXEventKeeper with the SAX chain.
*
* SYNOPSIS
* bJustChainingOn = chainOn( bRetrievingLastEvent );
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index cecd659cfd74..47648708e041 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -200,7 +200,7 @@ int xmlRegisterStreamInputCallbacks(
int xmlUnregisterStreamInputCallbacks()
{
if( ( enableXmlStreamIO & XMLSTREAMIO_REGISTERED ) ) {
- //Clear the uir-stream binding
+ //Clear the uri-stream binding
m_xUriBinding.clear() ;
//disable the registered flag