changeset 1973:84c63abcdf06

Fix typo: Programm
author mafm
date Fri, 28 Oct 2011 00:42:11 +0000
parents 735ff8cd75d6
children a8008e932a7a
files src/gui/main_gui.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui/main_gui.cpp	Fri Oct 28 00:03:36 2011 +0000
+++ b/src/gui/main_gui.cpp	Fri Oct 28 00:42:11 2011 +0000
@@ -89,12 +89,12 @@
 	/*
 	catch (std::exception& e)
 	{
-		DEBUG("Programm died with exception %s",e.what());
+		DEBUG("Program died with exception %s",e.what());
 	}
 	*/
 	catch (CEGUI::Exception& e)
 	{
-		DEBUG("Programm died with exception %s",e.getMessage().c_str());
+		DEBUG("Program died with exception %s", e.getMessage().c_str());
 	}
 	// Ende
 	return 0;