summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:54:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:00 +0200
commit9e0a480764fc08a98714e4c7eb304911b804cef7 (patch)
treeaef84123538a9eb86f105ab48aa4bf417f51eac5 /odk
parentfa1f7d27c11214b836e436b5c8cad63f3097c7ed (diff)
typo: implemention -> implementation
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
index a443dfe700a8..fd041358ef48 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
@@ -106,7 +106,7 @@ public:
throw (RuntimeException);
};
-// XInitialization implemention
+// XInitialization implementation
void MyService2Impl::initialize( Sequence< Any > const & args )
throw (Exception)
{