diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-23 06:16:24 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-23 21:52:24 +0100 |
commit | 77a8b485085ecda67e4e0cd76298296dad4e4467 (patch) | |
tree | 76367d5a52bebbecf040cc326ddd33726608f690 /svl/source | |
parent | 574e3ddae11a4fa3965bbf8ddf6352f63b41d341 (diff) |
Fix typos
Change-Id: Iba46fbe8559211403118a23cd198a2217b333a81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90900
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/notify/broadcast.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/notify/broadcast.cxx b/svl/source/notify/broadcast.cxx index 9a63e4b2b67b..94ef1588e016 100644 --- a/svl/source/notify/broadcast.cxx +++ b/svl/source/notify/broadcast.cxx @@ -82,7 +82,7 @@ SvtBroadcaster::SvtBroadcaster( const SvtBroadcaster &rBC ) : mbNormalized(true), mbDestNormalized(true) { assert(!rBC.mbAboutToDie && "copying an object marked with PrepareForDestruction()?"); - assert(!rBC.mbDisposing && "copying an object that is in it's destructor?"); + assert(!rBC.mbDisposing && "copying an object that is in its destructor?"); rBC.Normalize(); // so that insert into ourself is in-order, and therefore we do not need to Normalize() maListeners.reserve(rBC.maListeners.size()); |