summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-20 14:57:15 +0100
committerjan iversen <jani@libreoffice.org>2017-02-22 07:21:20 +0000
commitffd7f8fcfc2b551509e9cb31c0920e0f64292ea7 (patch)
treeacc69c65054b4f74ffedea06f70ffefcbbfa9954 /include
parentloplugin:unusedfields (diff)
downloadcore-ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7.tar.gz
core-ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7.zip
Fix typos
Change-Id: I61764094dd6f8e13f29ca554373d30d1d5def447 Reviewed-on: https://gerrit.libreoffice.org/34476 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/o3tl/strong_int.hxx4
-rw-r--r--include/svtools/parhtml.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx
index 7f24714411dc..7c5ac402f6fc 100644
--- a/include/o3tl/strong_int.hxx
+++ b/include/o3tl/strong_int.hxx
@@ -33,8 +33,8 @@ namespace o3tl
/// typedef o3tl::strong_int<unsigned, MyIntTag> MyInt;
///
/// \param UNDERLYING_TYPE the underlying scalar type
-/// \param PHANTOM_TYPE a type tag, used to distinguish this instantion of the template
-/// from other instantiantions with the same UNDERLYING_TYPE.
+/// \param PHANTOM_TYPE a type tag, used to distinguish this instantiation of the template
+/// from other instantiations with the same UNDERLYING_TYPE.
///
template <typename UNDERLYING_TYPE, typename PHANTOM_TYPE>
struct strong_int
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index f48106695a4a..07f2d5b82657 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -234,7 +234,7 @@ public:
// remove a comment around the content of <SCRIPT> or <STYLE>
// In case of 'bFull', the whole line behind a "<!--" might
- // be deleted (for JavaSript)
+ // be deleted (for JavaScript)
static void RemoveSGMLComment( OUString &rString, bool bFull );
static bool InternalImgToPrivateURL( OUString& rURL );