git repos / blockattack-game

commit 570dc3d2

sago007 · 2016-02-14 13:49
570dc3d295008ca84a531c61c4187bcdcf3ca79f patch · browse files
parent cd724e02502ef03cf86eaa4f9d3228c9c04b4395

Spelling mistake

Changed files

M source/code/main.cpp before
diff --git a/source/code/main.cpp b/source/code/main.cpp index 99bb240..596b172 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp
@@ -1692,6 +1692,7 @@ int main(int argc, char* argv[]) {
cout << SPrintStringF("Block Attack - Rise of the blocks %s\n"
"%s\n", VERSION_NUMBER, "www.blockattack.net");
cout << desc << endl;
+ cout << "The game is available under the GPL, see COPYING for details." << endl;
return 1;
}
if (vm.count("nosound")) {
@@ -1757,7 +1758,7 @@ int main(int argc, char* argv[]) {
//Copyright notice:
cout << "Block Attack - Rise of the Blocks (" << VERSION_NUMBER << ")" << endl << "http://www.blockattack.net" << endl << "Copyright 2004-2016 Poul Sander" << endl <<
"A SDL2 based game (see www.libsdl.org)" << endl <<
- "The game is availeble under the GPL, see COPYING for details." << endl;
+ "The game is available under the GPL, see COPYING for details." << endl;
cout << "-------------------------------------------" << endl;
}