summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/bibliography/framectr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index dea99c3809aa..37f19434a97f 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -598,7 +598,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen
if (bCanInsert)
xUpdateCursor->moveToInsertRow();
else
- // move data entry to reset Stati
+ // move data entry to reset state
xCursor->first();
}
catch(const Exception&)