From 0b468bb07e3476d06907ca6c8e5c24bbb05e31a4 Mon Sep 17 00:00:00 2001 From: Enji Cooper <yaneurabeya@gmail.com> Date: Thu, 28 Feb 2019 17:22:30 -0800 Subject: [PATCH] Fix typos in a comment describing the purpose of `VersionViaGit.cmake` Signed-off-by: Enji Cooper <yaneurabeya@gmail.com> --- cmake/VersionViaGit.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/VersionViaGit.cmake b/cmake/VersionViaGit.cmake index 9232a623..a014c8a3 100644 --- a/cmake/VersionViaGit.cmake +++ b/cmake/VersionViaGit.cmake @@ -2,7 +2,7 @@ # git to determine the parent tag. And if found the macro # will attempt to parse them in the github tag fomat # -# Usful for auto-versionin in ou CMakeLists +# Useful for auto-versioning in our CMakeLists # # EVENT_GIT___VERSION_MAJOR - Major version. # EVENT_GIT___VERSION_MINOR - Minor version -- 2.40.0