diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-15 14:58:38 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-03-16 10:50:26 +0000 |
commit | 15e3ce53283f288cb2c4c52acb203c9c281914ac (patch) | |
tree | 9df72cca5afd8dcbc70fcfba083b116c99431e84 /include/onlineupdate/mozilla | |
parent | 665d7a4e659114120009636aeb4049b10009f36e (diff) |
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'include/onlineupdate/mozilla')
-rw-r--r-- | include/onlineupdate/mozilla/TypeTraits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onlineupdate/mozilla/TypeTraits.h b/include/onlineupdate/mozilla/TypeTraits.h index 8b233d8b5f15..16ef7ddb0cda 100644 --- a/include/onlineupdate/mozilla/TypeTraits.h +++ b/include/onlineupdate/mozilla/TypeTraits.h @@ -1041,7 +1041,7 @@ struct RemovePointerHelper<T, Pointee*> typedef Pointee Type; }; -} // namespac detail +} // namespace detail /** * Produces the pointed-to type if a pointer is provided, else returns the input |