diff options
author | Howard Chu <hyc@symas.com> | 2016-03-03 00:34:19 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2016-03-03 00:34:19 +0000 |
commit | d57ec7595cd3aaa8173912157ca48424965be6cf (patch) | |
tree | e71081ee3201ccef2a6384c97746e839011064fe /src | |
parent | Merge pull request #693 (diff) | |
download | monero-d57ec7595cd3aaa8173912157ca48424965be6cf.tar.xz |
Fix language
Diffstat (limited to 'src')
-rw-r--r-- | src/version.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cmake b/src/version.cmake index 4cbaa58e2..8c56b392c 100644 --- a/src/version.cmake +++ b/src/version.cmake @@ -72,7 +72,7 @@ else() message(STATUS "You are building a tagged release") set(VERSIONTAG "release") else() - message(STATUS "You are ahead or behind of a tagged release") + message(STATUS "You are ahead of or behind a tagged release") set(VERSIONTAG "${COMMIT}") endif() endif() |