summaryrefslogtreecommitdiff
path: root/forms/source/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index aee7e6a69400..5cdeddf46202 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -707,7 +707,7 @@ namespace frm
if ( bCanInsert )
m_xUpdateCursor->moveToInsertRow();
else
- // move record to update stati
+ // move record to update status
m_xCursor->first();
}
}