From 9b4dcfaba451811006d12e2ebd588c153e2c82a6 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Sun, 9 Jun 2024 21:39:04 -0600 Subject: [PATCH] Fix spelling error. --- cmake/AMRWindVersion.H.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/AMRWindVersion.H.in b/cmake/AMRWindVersion.H.in index 7788e12804..329d4ce8aa 100644 --- a/cmake/AMRWindVersion.H.in +++ b/cmake/AMRWindVersion.H.in @@ -17,7 +17,7 @@ const std::string amr_wind_git_sha = "@AMR_WIND_GIT_COMMIT_SHA@"; const std::string amr_wind_dirty_repo = "@AMR_WIND_REPO_DIRTY@"; #else const std::string amr_wind_version = "v0.0.1"; -const std::string amr_wind_git_sha = "UNKNOWM"; +const std::string amr_wind_git_sha = "UNKNOWN"; const std::string amr_wind_dirty_repo = "UNKNOWN"; #endif