Fix small typos in comments

This commit is contained in:
Emmanuel Engelhart 2022-01-09 20:05:30 +01:00
parent 3dbcbe542b
commit aa50845e22
1 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ std::string converta2toa3(const std::string& a2code);
*/ */
std::string getFileContent(const std::string& path); std::string getFileContent(const std::string& path);
/** checks if file exists. /** Checks if file exists.
* *
* This function returns boolean stating 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); 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. * 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); bool fileReadable(const std::string& path);
/** provides mimetype from filename. /** Provides mimetype from filename.
* *
* This function provides mimetype from file-name. * This function provides mimetype from file-name.
* *