diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:42:58 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:43:37 +0100 |
commit | 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b (patch) | |
tree | 5b349b17cc872dfb45ef5ec73a6ba2eec27a37ef /rsc/inc | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscrsc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx index f949d2b03e76..02516115eee3 100644 --- a/rsc/inc/rscrsc.hxx +++ b/rsc/inc/rscrsc.hxx @@ -68,7 +68,7 @@ public: rtl::OString aLangName; // language name rtl::OString aOutputRc; // target file rtl::OString aLangSearchPath; // language specific search path - ::std::list< rtl::OString > aSysSearchDirs; // pathes to search for images + ::std::list< rtl::OString > aSysSearchDirs; // paths to search for images OutputFile() {} }; |