From ae150c6a5424d021ce5eb46dc9573f12a4d05445 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 18:21:52 +0200 Subject: Fix typos Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins Reviewed-by: Michael Stahl --- unotools/source/ucbhelper/ucblockbytes.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools') diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index caf0898d26d1..27f6fa2214bb 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -216,8 +216,8 @@ class Moderator { // usage restriction: // It might be possible, that the call to the interactionhandler and/or - // progresshandler is done asynchrounsly, while the 'execute' simply - // returns. This would imply that these class must be refcounted !!! + // progresshandler is done asynchronously, while the 'execute' simply + // returns. This would imply that these class must be refcounted!!! public: Moderator( -- cgit