diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-10 12:06:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-14 08:50:03 +0200 |
commit | c05cecbe76f914236addbd29393be1071f221dd4 (patch) | |
tree | b087de478781de9d8a4153916687eeebd94740e1 /include | |
parent | f445ae5c20ca4b3e131bb40ad417b62e4977f43a (diff) |
fix spelling in comment
Change-Id: Id0b3792b037b2e1a9357c7f26f554cc4222fed0b
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/ref.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx index a87d0999ac15..32d76045f8ce 100644 --- a/include/tools/ref.hxx +++ b/include/tools/ref.hxx @@ -189,7 +189,7 @@ class SvCompatWeakBase public: SvCompatWeakHdl* GetHdl() { return _xHdl; } - // does not use initalizer due to compiler warnings + // does not use initializer due to compiler warnings SvCompatWeakBase( void* pObj ) { _xHdl = new SvCompatWeakHdl( pObj ); } ~SvCompatWeakBase() { _xHdl->ResetWeakBase(); } }; |