diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-13 17:06:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-13 21:47:25 +0200 |
commit | ff0d1b150ed6ca05f021daac52e5fcae8d9265ad (patch) | |
tree | 895571122b6e034aaab56eb94169296401d44cd3 /cppuhelper/source/paths.cxx | |
parent | 83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (diff) |
Fix typos
Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394
Reviewed-on: https://gerrit.libreoffice.org/58801
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'cppuhelper/source/paths.cxx')
-rw-r--r-- | cppuhelper/source/paths.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |