[Libreoffice-commits] core.git: desktop/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 12 07:01:20 UTC 2019
desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ba74ae76b56d845132c149ac0aa5ca5d6a5693c6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:18 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 12 09:00:15 2019 +0200
Fix typo
Change-Id: Icb3714d9bc62b70dc57c07b0fad64ca6fea7c3e7
Reviewed-on: https://gerrit.libreoffice.org/72183
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 9240785d10c1..1d7ae45a3b2e 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -904,7 +904,7 @@ void DesktopLOKTest::testTrackChanges()
pDocument->pClass->registerCallback(pDocument, &DesktopLOKTest::callback, this);
Scheduler::ProcessEventsToIdle();
- // Enable trak changes and assert that both views get notified.
+ // Enable track changes and assert that both views get notified.
m_nTrackChanges = 0;
pDocument->pClass->postUnoCommand(pDocument, ".uno:TrackChanges", nullptr, false);
Scheduler::ProcessEventsToIdle();
More information about the Libreoffice-commits
mailing list