summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/inoncopyable.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/inoncopyable.h')
-rw-r--r--framework/inc/threadhelp/inoncopyable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/inoncopyable.h b/framework/inc/threadhelp/inoncopyable.h
index 98f263b2bb9a..e5799baca580 100644
--- a/framework/inc/threadhelp/inoncopyable.h
+++ b/framework/inc/threadhelp/inoncopyable.h
@@ -25,7 +25,7 @@ namespace framework{
/*-************************************************************************************************************//**
@descr Use this as one of your base classes to disable
all possiblities to copy or assign one object to another one!
- We declare neccessary functions private to do so.
+ We declare necessary functions private to do so.
*//*-*************************************************************************************************************/
class INonCopyable
{