From ff0d1b150ed6ca05f021daac52e5fcae8d9265ad Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Aug 2018 17:06:41 +0200 Subject: Fix typos Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394 Reviewed-on: https://gerrit.libreoffice.org/58801 Reviewed-by: Julien Nabet Tested-by: Jenkins --- cppuhelper/source/paths.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx index 7add3ac72de7..429df7edf8d3 100644 --- a/cppuhelper/source/paths.cxx +++ b/cppuhelper/source/paths.cxx @@ -72,7 +72,7 @@ rtl::OUString cppu::getUnoIniUri() { #else rtl::OUString uri(get_this_libpath()); #ifdef MACOSX - // We keep both the LO and URE dylibs direcly in "Frameworks" + // We keep both the LO and URE dylibs directly in "Frameworks" // (that is, LIBO_LIB_FOLDER) and rc files in "Resources" // (LIBO_ETC_FOLDER). Except for unorc, of which there are two, // the "LO" one (which is in "Resources") and the "URE" one (which -- cgit