summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-07-01 11:22:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-07-01 11:26:39 +0200
commit67f5f45505458d0a22d14cf2c6f1e17bb2bd7932 (patch)
tree03e0a9b6dba4e87f3de5933a8e1a73e40f0168d6 /svl
parentb71c22923d3aff097222c5c77550f4f3a4117a2e (diff)
Fix typos
Change-Id: I4f1c0d90fcb7726ceadd72c9cb9f96a57cade67a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97602 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/notify/broadcast.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/notify/broadcast.cxx b/svl/source/notify/broadcast.cxx
index 586a09600ef3..6c75e0f464c1 100644
--- a/svl/source/notify/broadcast.cxx
+++ b/svl/source/notify/broadcast.cxx
@@ -47,7 +47,7 @@
static bool isDeletedPtr(SvtListener* p)
{
/** mark deleted entries by toggling the last bit,which is effectively unused, since the struct we point
- * to is at least 16-bit aligned. This allows the binary seach to continue working even when we have
+ * to is at least 16-bit aligned. This allows the binary search to continue working even when we have
* deleted entries */
#if SAL_TYPES_SIZEOFPOINTER == 4
return (reinterpret_cast<sal_uInt32>(p) & 0x01) == 0x01;