summaryrefslogtreecommitdiffstats
path: root/include/onlineupdate
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-15 14:58:38 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2017-03-16 10:50:26 +0000
commit15e3ce53283f288cb2c4c52acb203c9c281914ac (patch)
tree9df72cca5afd8dcbc70fcfba083b116c99431e84 /include/onlineupdate
parentppt fuzzer is good enough to get started (diff)
downloadcore-15e3ce53283f288cb2c4c52acb203c9c281914ac.tar.gz
core-15e3ce53283f288cb2c4c52acb203c9c281914ac.zip
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')
-rw-r--r--include/onlineupdate/mozilla/TypeTraits.h2
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