summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorjan iversen <jani@libreoffice.org>2017-02-22 08:46:08 +0000
committerjan iversen <jani@libreoffice.org>2017-02-22 08:46:44 +0000
commitab92c84dfe600f320f37b6126cab11385a6fbdd1 (patch)
tree4370b3cd4f0542f41c1405b57adb79f2023db94f /include/o3tl
parent65c43905c3396412b08eb09c58830d0acd9ad72c (diff)
Revert "Fix typos"
This reverts commit ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7. Caused some problems, need to be broken down. Change-Id: Iee816a266c32e7cebe623d36300c13d079e77c52 Reviewed-on: https://gerrit.libreoffice.org/34534 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/strong_int.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx
index 7c5ac402f6fc..7f24714411dc 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 instantiation of the template
-/// from other instantiations with the same UNDERLYING_TYPE.
+/// \param PHANTOM_TYPE a type tag, used to distinguish this instantion of the template
+/// from other instantiantions with the same UNDERLYING_TYPE.
///
template <typename UNDERLYING_TYPE, typename PHANTOM_TYPE>
struct strong_int