summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
commit60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch)
tree2a91fcbcb206d60dcc652a336bb9b6813578815e /svtools/inc
parent7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff)
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/PlaceEditDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/PlaceEditDialog.hxx b/svtools/inc/svtools/PlaceEditDialog.hxx
index 96afef7d1a3e..d529442cd738 100644
--- a/svtools/inc/svtools/PlaceEditDialog.hxx
+++ b/svtools/inc/svtools/PlaceEditDialog.hxx
@@ -70,7 +70,7 @@ public :
PlaceEditDialog(Window* pParent, const boost::shared_ptr<Place> &pPlace );
~PlaceEditDialog();
- // Returns a place instance with given informations
+ // Returns a place instance with given information
boost::shared_ptr<Place> GetPlace();
OUString GetServerName() { return m_pEDServerName->GetText(); }