From 7b3c3e6ca389f0abb5ffc67a6088121f20aed8be Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 29 Dec 2021 07:06:20 -0500 Subject: [PATCH] App: fix doxygen typo --- src/App/Application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 3a29d6add7..9919b5447c 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -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 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