From 4ca56cd603207078dfc1b793586aee1be3a6e4c1 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 4 Nov 2019 15:31:56 +0100 Subject: Spelling corrections for examples directory Spelling corrections as found by codespell and in #561. The dbusxml.xml file is not part of the doxygen distribution anymore. Other problems are fixed here. --- examples/templ.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/templ.cpp b/examples/templ.cpp index 9ed48fb..e790684 100644 --- a/examples/templ.cpp +++ b/examples/templ.cpp @@ -27,9 +27,9 @@ template Test::Test() {} /*! The copy constructor */ template Test::Test(const Test &t) {} -/*! The constructor of the partial specilization */ +/*! The constructor of the partial specialization */ template Test::Test() {} -/*! The constructor of the specilization */ +/*! The constructor of the specialization */ template<> Test::Test() {} -- cgit v0.12