summaryrefslogtreecommitdiff
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
parentfa1f7d27c11214b836e436b5c8cad63f3097c7ed (diff)
typo: implemention -> implementation
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx2
-rw-r--r--sw/source/core/access/accpreview.hxx2
2 files changed, 2 insertions, 2 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)
{
diff --git a/sw/source/core/access/accpreview.hxx b/sw/source/core/access/accpreview.hxx
index dda722e50d5c..f3fd970d7e13 100644
--- a/sw/source/core/access/accpreview.hxx
+++ b/sw/source/core/access/accpreview.hxx
@@ -27,7 +27,7 @@
* The children of the page preview are the pages that are visible in the
* preview.
*
- * The vast majority of the implemention logic is inherited from
+ * The vast majority of the implementation logic is inherited from
* SwAccessibleDocumentBase.
*/
class SwAccessiblePreview : public SwAccessibleDocumentBase