unotools/source/config/pathoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2eb9a61ca9d4c5f59bab5158e0fa97ed96899b44
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Jun 18 22:44:17 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 08:36:50 2024 +0200

    Fix typo
    
    Change-Id: Id2140f45ea676324094741c331c4666ee74aea04
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169163
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/unotools/source/config/pathoptions.cxx 
b/unotools/source/config/pathoptions.cxx
index dbce328105c2..a7283a49928e 100644
--- a/unotools/source/config/pathoptions.cxx
+++ b/unotools/source/config/pathoptions.cxx
@@ -204,7 +204,7 @@ const OUString& SvtPathOptions_Impl::GetPath( 
SvtPathOptions::Paths ePath )
             ePath == SvtPathOptions::Paths::Storage
           )
         {
-            // These office paths have to be converted to system pates
+            // These office paths have to be converted to system paths
             OUString    aResult;
             osl::FileBase::getSystemPathFromFileURL( aPathValue, aResult );
             aPathValue = aResult;

Reply via email to