summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconlain-k <conlain.k@gmail.com>2018-05-31 09:26:40 -0400
committerGitHub <noreply@github.com>2018-05-31 09:26:40 -0400
commita115369e1188516731f95dcdedd570788db540f3 (patch)
treeff988943c129f34dcdeb4b4bf0730cb03f5c8267
parent2cbb3a81592a776572c93d2e7085e9b915dccd9b (diff)
downloadsdl_core-a115369e1188516731f95dcdedd570788db540f3.tar.gz
Fix header typo
-rw-r--r--src/components/utils/include/utils/file_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/include/utils/file_system.h b/src/components/utils/include/utils/file_system.h
index 7eafee0b97..cdd7b478d6 100644
--- a/src/components/utils/include/utils/file_system.h
+++ b/src/components/utils/include/utils/file_system.h
@@ -96,7 +96,7 @@ bool IsDirectory(const std::string& name);
bool DirectoryExists(const std::string& name);
/**
- * @brief Doe file exist
+ * @brief Does file exist
* @param name path to file
* @return returns true if the file exists.
*/