From f6fb5a17da883e89cae6f7a960266fc87ccc9f6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 29 Apr 2018 23:19:08 +0200 Subject: Fix typos Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins Reviewed-by: Julien Nabet --- libreofficekit/qa/unit/tiledrendering.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libreofficekit/qa') diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx index 6cdd73cd2a5b..c0ded3e1a7e6 100644 --- a/libreofficekit/qa/unit/tiledrendering.cxx +++ b/libreofficekit/qa/unit/tiledrendering.cxx @@ -48,7 +48,7 @@ OUString getFileURLFromSystemPath(OUString const & path) } // We specifically don't use the usual BootStrapFixture, as LOK does -// all it's own setup and bootstrapping, and should be usable in a +// all its own setup and bootstrapping, and should be usable in a // raw C++ program. class TiledRenderingTest : public ::CppUnit::TestFixture { -- cgit