App: fix doxygen typo

This commit is contained in:
luz paz
2021-12-29 07:06:20 -05:00
committed by Uwe
parent f6b7f7a4a9
commit 7b3c3e6ca3

View File

@@ -3002,7 +3002,7 @@ boost::filesystem::path findPath(const QString& stdHome, const QString& customHo
/*!
* \brief getCustomPaths
* Returns a tripel of path names where to store config, data and temp. files.
* Returns a tuple of path names where to store config, data and temp. files.
* The method therefore reads the environment variables:
* \list
* \li FREECAD_USER_HOME
@@ -3050,7 +3050,7 @@ std::tuple<QString, QString, QString> getCustomPaths()
/*!
* \brief getCustomPaths
* Returns a tripel of XDG-compliant standard paths names where to store config, data and cached files.
* Returns a tuple of XDG-compliant standard paths names where to store config, data and cached files.
* The method therefore reads the environment variables:
* \list
* \li XDG_CONFIG_HOME