[PATCH] fix typos
Philipp Riemer (via Code Review)
gerrit at gerrit.libreoffice.org
Sun Apr 7 13:52:12 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3268
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/3268/1
fix typos
See <https://gerrit.libreoffice.org/2444>
Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7
---
M dbaccess/source/ui/querydesign/QueryTableView.cxx
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index cc79302..1971bcc 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -768,7 +768,7 @@
DBG_CHKTHIS(OQueryTableView,NULL);
OSL_ENSURE(pTabWin != NULL, "OQueryTableView::RemoveTabWin : Window should not be NULL !");
- // I need my parent so it can be infomed about the deletion
+ // I need my parent so it can be informed about the deletion
OQueryDesignView* pParent = static_cast<OQueryDesignView*>(getDesignView());
SfxUndoManager& rUndoMgr = m_pView->getController().GetUndoManager();
@@ -961,7 +961,7 @@
}
else
{
- // Initiaisation failed
+ // Initialisation failed
// (for example when the Connection to the database is not available at the moment)
pTabWin->clearListBox();
delete pTabWin;
--
To view, visit https://gerrit.libreoffice.org/3268
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Philipp Riemer <ruderphilipp at gmail.com>
More information about the LibreOffice
mailing list