summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-08 11:02:03 +0200
committerNoel Grandin <noel@peralex.com>2014-10-08 11:02:55 +0200
commitfbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch)
treedc05afd3e9e5570719d2f23840b18b3fca9b45bb /include
parent35da89fa1428f5286304fc707252242554d49ea6 (diff)
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'include')
-rw-r--r--include/oox/helper/binaryinputstream.hxx2
-rw-r--r--include/oox/helper/binaryoutputstream.hxx2
-rw-r--r--include/salhelper/singletonref.hxx2
-rw-r--r--include/tubes/manager.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/helper/binaryinputstream.hxx b/include/oox/helper/binaryinputstream.hxx
index 110c1ff8f895..0ddc1abb1fd6 100644
--- a/include/oox/helper/binaryinputstream.hxx
+++ b/include/oox/helper/binaryinputstream.hxx
@@ -217,7 +217,7 @@ public:
protected:
/** This dummy default c'tor will never call the c'tor of the virtual base
- class BinaryStreamBase as this class cannot be instanciated directly. */
+ class BinaryStreamBase as this class cannot be instantiated directly. */
BinaryInputStream() : BinaryStreamBase( false ) {}
};
diff --git a/include/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx
index fe8d5e0c5d0a..7f3ee7368733 100644
--- a/include/oox/helper/binaryoutputstream.hxx
+++ b/include/oox/helper/binaryoutputstream.hxx
@@ -76,7 +76,7 @@ public:
protected:
/** This dummy default c'tor will never call the c'tor of the virtual base
- class BinaryStreamBase as this class cannot be instanciated directly. */
+ class BinaryStreamBase as this class cannot be instantiated directly. */
BinaryOutputStream() : BinaryStreamBase( false ) {}
};
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 87f4a2944a09..c1ea6faebbcd 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -31,7 +31,7 @@ namespace salhelper{
/** @short template for implementing singleton classes.
- Such classes can be instanciated every time they
+ Such classes can be instantiated every time they
are needed. But the internal wrapped object will
be created one times only. Of course its used
resources are referenced one times only too.
diff --git a/include/tubes/manager.hxx b/include/tubes/manager.hxx
index e906e9fd7dd0..dcf24dc0477b 100644
--- a/include/tubes/manager.hxx
+++ b/include/tubes/manager.hxx
@@ -138,7 +138,7 @@ public:
is something like org.libreoffice.calc, this modifies the names to
"LibreOffice"+pName and "org.libreoffice.calc"+pName to make tests not
interfere with the real world. This is not to be used otherwise. If
- used it must be called before the first TeleManager is instanciated and
+ used it must be called before the first TeleManager is instantiated and
connects.
*/
// exported for unit test