From 4c0735830be6ebf83ce562025fdb34dfd036948e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jan 2018 18:42:23 +0100 Subject: Fix typos Change-Id: Ieef0e3f21eb12cb5b72d39da4bc0a8c60dd0d5ce Reviewed-on: https://gerrit.libreoffice.org/48545 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- dbaccess/qa/complex/dbaccess/DatabaseDocument.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/qa') diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java index 673f22d24677..a89bc13c5248 100644 --- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java +++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java @@ -945,7 +945,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. { if ("OnTitleChanged".equals(_Event.EventName)) // OnTitleChanged events are notified too often. This is known, and accepted. - // (the deeper reason is that it's difficult to determine, in the DatabaseDocument implementatin, + // (the deeper reason is that it's difficult to determine, in the DatabaseDocument implementation, // when the title actually changed. In particular, when we do a saveAsURL, and then ask for a // title *before* the TitleHelper got the document's OnSaveAsDone event, then the wrong (old) // title is obtained. -- cgit