summaryrefslogtreecommitdiff
path: root/forms/source/component/FormComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormComponent.cxx')
-rw-r--r--forms/source/component/FormComponent.cxx2
1 files changed, 1 insertions, 1 deletions
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() )