From aa50845e2273f370519179cf68778084746dbfb7 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 9 Jan 2022 20:05:30 +0100 Subject: [PATCH] Fix small typos in comments --- include/tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tools.h b/include/tools.h index 75bac9c25..9ea7f89dc 100644 --- a/include/tools.h +++ b/include/tools.h @@ -178,7 +178,7 @@ std::string converta2toa3(const std::string& a2code); */ std::string getFileContent(const std::string& path); -/** checks if file exists. +/** Checks if file exists. * * This function returns boolean stating if file exists. * @@ -187,7 +187,7 @@ std::string getFileContent(const std::string& path); */ bool fileExists(const std::string& path); -/** checks if file is readable. +/** Checks if file is readable. * * This function returns boolean stating if file is readable. * @@ -196,7 +196,7 @@ bool fileExists(const std::string& path); */ bool fileReadable(const std::string& path); -/** provides mimetype from filename. +/** Provides mimetype from filename. * * This function provides mimetype from file-name. *