git repos / blockattack-game

commit 2b4dbb2b

sago007 · 2016-07-03 18:54
2b4dbb2bc0d12830add1bc4596903072a3f17b49 patch · browse files
parent 92ec708e7c16c42a7f9197a0e7c6c72aed5931fb

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";
}