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 /svtools | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 94a65f2eeb9d..668a65c35a92 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -334,9 +334,9 @@ void SvtMatchContext_Impl::ReadFolder( const String& rURL, || (aText.Len() > 1 && aText.Copy( aText.Len() - 2, 2 ).CompareToAscii( "/." ) == COMPARE_EQUAL) || (aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) == COMPARE_EQUAL); - // for pure home pathes ( ~username ) the '.' at the end of rMatch + // for pure home paths ( ~username ) the '.' at the end of rMatch // means that it poits to root catalog - // this is done only for file contents since home pathes parsing is usefull only for them + // this is done only for file contents since home paths parsing is usefull only for them if ( bPureHomePath && rMatch.Equals( String::CreateFromAscii( "file:///." ) ) ) { // a home that refers to / |