summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 12:37:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:38:49 +0200
commitd4cea44bf212da4365deb4593f5c1957798f6629 (patch)
treefa538bb6842929c8d61b2ce030a72618c48be0ec /svl/qa
parentcdd5869152f2dfbb5ea6698978dfa98fa43a4c20 (diff)
Fix typos
Change-Id: I359ac987daa01e624bdf889c319eeb660f88bbfd Reviewed-on: https://gerrit.libreoffice.org/77260 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/svl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 4a781627f9bc..9136dc76e930 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -108,7 +108,7 @@ Test::Test()
//Without this we're crashing because callees are using
//getProcessServiceFactory. In general those should be removed in favour
- //of retaining references to the root ServiceFactory as its passed around
+ //of retaining references to the root ServiceFactory as it's passed around
comphelper::setProcessServiceFactory(xSM);
m_pDefaultTimeZone.reset(icu::TimeZone::createDefault());
}