diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-10 13:30:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-10 13:36:03 +0200 |
commit | cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch) | |
tree | 199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /include/vcl | |
parent | 71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff) |
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/threadex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx index b2f24d65dcec..b5122f60c5e9 100644 --- a/include/vcl/threadex.hxx +++ b/include/vcl/threadex.hxx @@ -168,7 +168,7 @@ private: /** Makes a copy back reference wrapper to be used for inout parameters. Only use for syncExecute(), the returned wrapper relies on its - implemenation, i.e. the function object is stored in free store. + implementation, i.e. the function object is stored in free store. Type T needs to be copy constructable assignable. @see syncExecute() @@ -183,7 +183,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r ) /** Makes a copy back ptr wrapper to be used for inout parameters. Only use for syncExecute(), the returned wrapper relies on its - implemenation, i.e. the function object is stored in free store. + implementation, i.e. the function object is stored in free store. Type T needs to be copy constructable assignable. @see syncExecute() |