summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-30 14:01:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-30 14:04:29 +0100
commit45befb368528a0c273b695e37d53a56ab90503e5 (patch)
tree00f0d8df2939817faf7c2f6d66fea681c6a35e6b /forms
parenta750bb73502cc74980d1bd4e3cbabf6214c65c0d (diff)
"stati" considered both pretentious and incorrect Latin
As one knows, the Latin plural of the noun status is statūs. Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e
Diffstat (limited to 'forms')
-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();
}
}