summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:21:49 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:02:48 +0000
commit87dc6c82d5cd174ae2384b66a203a93402b43291 (patch)
tree27d9e9444993c4c858b8b64818c073d389594408 /cppuhelper
parent6e7991dfd8c54a833f4a9795a0d57f4690e92e6b (diff)
Fix typos
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875 Reviewed-on: https://gerrit.libreoffice.org/16706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/paths.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx
index c00d729a56bf..a17be2a9bc00 100644
--- a/cppuhelper/source/paths.cxx
+++ b/cppuhelper/source/paths.cxx
@@ -61,7 +61,7 @@ rtl::OUString get_this_libpath() {
rtl::OUString cppu::getUnoIniUri() {
#if defined ANDROID
- // Wouldn't it be lovely to avoid this fugly hard-coding.
+ // Wouldn't it be lovely to avoid this ugly hard-coding.
// The problem is that the 'create_bootstrap_macro_expander_factory()'
// required for bootstrapping services, calls cppu::get_unorc directly
// instead of re-using the BoostrapHandle from: