commit 2b4dbb2b
Fixed a spelling error reported by Paul Wise (https://sourceforge.net/p/blockattack/bugs/5/)
Changed files
| M | source/code/main.cpp before |
diff --git a/source/code/main.cpp b/source/code/main.cpp
index 5b39ac1..74241e2 100644
--- a/source/code/main.cpp
+++ b/source/code/main.cpp
@@ -1299,7 +1299,7 @@ int main(int argc, char* argv[]) {
//Copyright notice:
cout << "Block Attack - Rise of the Blocks (" << VERSION_NUMBER << ")" << "\n" << "http://www.blockattack.net" << "\n" << "Copyright 2004-2016 Poul Sander" << "\n" <<
"A SDL2 based game (see www.libsdl.org)" << "\n" <<
- "The game is availeble under the GPL, see COPYING for details." << "\n";
+ "The game is available under the GPL, see COPYING for details." << "\n";
cout << "-------------------------------------------" << "\n";
}