r11159 - packages/trunk/nel/debian/patches

Lubos Novak lubos-guest at alioth.debian.org
Fri Jul 23 11:30:30 UTC 2010


Author: lubos-guest
Date: 2010-07-23 11:30:24 +0000 (Fri, 23 Jul 2010)
New Revision: 11159

Added:
   packages/trunk/nel/debian/patches/spelling_error_in_binary.patch
Modified:
   packages/trunk/nel/debian/patches/series
Log:
Fix spelling errors

Modified: packages/trunk/nel/debian/patches/series
===================================================================
--- packages/trunk/nel/debian/patches/series	2010-07-23 11:11:52 UTC (rev 11158)
+++ packages/trunk/nel/debian/patches/series	2010-07-23 11:30:24 UTC (rev 11159)
@@ -1,2 +1,3 @@
 disable_log_log_file.patch
 ftbfs_gcc_4.5.patch
+spelling_error_in_binary.patch

Added: packages/trunk/nel/debian/patches/spelling_error_in_binary.patch
===================================================================
--- packages/trunk/nel/debian/patches/spelling_error_in_binary.patch	                        (rev 0)
+++ packages/trunk/nel/debian/patches/spelling_error_in_binary.patch	2010-07-23 11:30:24 UTC (rev 11159)
@@ -0,0 +1,210 @@
+Fix spelling errors.
+Index: nel-0.7.0/src/ligo/ligo_error.cpp
+===================================================================
+--- nel-0.7.0.orig/src/ligo/ligo_error.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/ligo/ligo_error.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -101,7 +101,7 @@
+ 	"A edge has two times the same corner",	// TwoCornerVertices
+ 	"A corner is missing in this edge", // CornerIsMissing
+ 	"A boundary vertex is used by multiple edges", // VertexAlreadyUsed
+-	"Unkown error",						// UnknownError
++	"Unknown error",						// UnknownError
+ };
+ 
+ // ***************************************************************************
+Index: nel-0.7.0/src/misc/eval_num_expr.cpp
+===================================================================
+--- nel-0.7.0.orig/src/misc/eval_num_expr.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/misc/eval_num_expr.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -1266,12 +1266,12 @@
+ const char *CEvalNumExpr::_ErrorString[ReturnValueCount]=
+ {
+ 	"No error",
+-	"Unkown value",
++	"Unknown value",
+ 	"Error during user defined value evaluation",
+-	"Unkown function",
++	"Unknown function",
+ 	"Error during user defined function evaluation",
+ 	"Syntax error in a number expression",
+-	"Unkown operator",
++	"Unknown operator",
+ 	"Should be a open parentesis",
+ 	"Should be a close parentesis",
+ 	"Should be a coma character",
+Index: nel-0.7.0/include/nel/misc/app_context.h
+===================================================================
+--- nel-0.7.0.orig/include/nel/misc/app_context.h	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/include/nel/misc/app_context.h	2010-07-16 16:22:57.000000000 +0200
+@@ -220,7 +220,7 @@
+ 			if (_Instance == NULL) \
+ 			{ \
+ 				/* the nel context MUST be initialised */ \
+-				nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very begining of your application.")); \
++				nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very beginning of your application.")); \
+ 				void *ptr = NLMISC::INelContext::getInstance().getSingletonPointer(#className); \
+ 				if (ptr == NULL) \
+ 				{ \
+@@ -253,7 +253,7 @@
+ 			if (_Instance == NULL) \
+ 			{ \
+ 				/* the nel context MUST be initialised */ \
+-				nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very begining of your application.")); \
++				nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very beginning of your application.")); \
+ 				void *ptr = NLMISC::INelContext::getInstance().getSingletonPointer(#className); \
+ 				if (ptr == NULL) \
+ 				{ \
+Index: nel-0.7.0/src/3d/driver/opengl/driver_opengl_extension.cpp
+===================================================================
+--- nel-0.7.0.orig/src/3d/driver/opengl/driver_opengl_extension.cpp	2010-07-16 16:22:57.000000000 +0200
++++ nel-0.7.0/src/3d/driver/opengl/driver_opengl_extension.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -794,7 +794,7 @@
+ 	glGetIntegerv(GL_MAX_VERTEX_SHADER_LOCALS_EXT, &numVSLocals);
+ 	if (numVSLocals < 4 * (12 + 4) + 1 + 3)
+ 	{
+-		nlwarning("EXT_vertex_shader extension has not much register. Some vertex programm may fail loading");
++		nlwarning("EXT_vertex_shader extension has not much register. Some vertex program may fail loading");
+ 		return false;
+ 	}
+ 	//
+Index: nel-0.7.0/src/sound/driver/openal/sound_driver_al.cpp
+===================================================================
+--- nel-0.7.0.orig/src/sound/driver/openal/sound_driver_al.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/sound/driver/openal/sound_driver_al.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -71,7 +71,7 @@
+ 	switch (errcode)
+ 	{
+ 	case AL_NO_ERROR: break;
+-	case AL_INVALID_NAME: nlwarning("AL: Invalid Name paramater passed to AL call (%s)", src); break;
++	case AL_INVALID_NAME: nlwarning("AL: Invalid Name parameter passed to AL call (%s)", src); break;
+ 	case AL_INVALID_ENUM: nlwarning("AL: Invalid parameter passed to AL call (%s)", src); break;
+ 	case AL_INVALID_VALUE: nlwarning("AL: Invalid enum parameter value (%s)", src); break;
+ 	case AL_INVALID_OPERATION: nlwarning("AL: Illegal call (%s)", src); break;
+Index: nel-0.7.0/include/nel/georges/load_form.h
+===================================================================
+--- nel-0.7.0.orig/include/nel/georges/load_form.h	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/include/nel/georges/load_form.h	2010-07-16 16:22:57.000000000 +0200
+@@ -1034,7 +1034,7 @@
+ 			{
+ 				if (dependencyDates[depends[i]] > packedFiledate)
+ 				{
+-					nldebug("Dependancy on %s for %s not up to date !",
++					nldebug("Dependency on %s for %s not up to date !",
+ 						dictionnary[depends[i]].c_str(), sheetNames[k].c_str());
+ 					NeededToRecompute.push_back(k);
+ 					break;
+Index: nel-0.7.0/src/net/service.cpp
+===================================================================
+--- nel-0.7.0.orig/src/net/service.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/net/service.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -1575,7 +1575,7 @@
+ 			WindowDisplayer = NULL;
+ 		}
+ 
+-		nlinfo ("SERVICE: Service released succesfully");
++		nlinfo ("SERVICE: Service released successfully");
+ 	}
+ 	catch (EFatalError &)
+ 	{
+Index: nel-0.7.0/include/nel/net/module.h
+===================================================================
+--- nel-0.7.0.orig/include/nel/net/module.h	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/include/nel/net/module.h	2010-07-16 16:22:57.000000000 +0200
+@@ -800,7 +800,7 @@
+ 
+ 		/// base module command table
+ 		NLMISC_COMMAND_HANDLER_TABLE_BEGIN(CModuleBase)
+-			NLMISC_COMMAND_HANDLER_ADD(CModuleBase, dump, "display informations about module instance status", "no args")
++			NLMISC_COMMAND_HANDLER_ADD(CModuleBase, dump, "display information about module instance status", "no args")
+ 			NLMISC_COMMAND_HANDLER_ADD(CModuleBase, plug, "plug the module in a module socket", "<socket_name>")
+ 			NLMISC_COMMAND_HANDLER_ADD(CModuleBase, unplug, "unplug the module out of a module socket", "<socket_name>")
+ 			NLMISC_COMMAND_HANDLER_ADD(CModuleBase, sendPing, "send a ping message to another module using the first available route", "<addresseeModuleName>")
+Index: nel-0.7.0/src/misc/eid_translator.cpp
+===================================================================
+--- nel-0.7.0.orig/src/misc/eid_translator.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/misc/eid_translator.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -810,12 +810,12 @@
+ 	return true;
+ }
+ 
+-NLMISC_CATEGORISED_COMMAND(nel,playerInfo,"Get informations about a player or all players in CEntityIdTranslator","[<entityname>|<eid>|<username>|<uid>]")
++NLMISC_CATEGORISED_COMMAND(nel,playerInfo,"Get information about a player or all players in CEntityIdTranslator","[<entityname>|<eid>|<username>|<uid>]")
+ {
+ 	if (args.size () == 0)
+ 	{
+ 		const map<CEntityId, CEntityIdTranslator::CEntity>	&res = CEntityIdTranslator::getInstance()->getRegisteredEntities ();
+-		log.displayNL("%d result(s) for 'all players informations'", res.size());
++		log.displayNL("%d result(s) for 'all players information'", res.size());
+ 		for (map<CEntityId, CEntityIdTranslator::CEntity>::const_iterator it = res.begin(); it != res.end(); it++)
+ 		{
+ 			const CEntityIdTranslator::CEntity &entity = it->second;
+Index: nel-0.7.0/src/net/admin.cpp
+===================================================================
+--- nel-0.7.0.orig/src/net/admin.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/net/admin.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -98,7 +98,7 @@
+ 
+ static void cbInfo (CMessage &msgin, const std::string &/* serviceName */, TServiceId /* sid */)
+ {
+-	nlinfo ("ADMIN: Updating admin informations");
++	nlinfo ("ADMIN: Updating admin information");
+ 
+ 	vector<string> alarms;
+ 	msgin.serialCont (alarms);
+@@ -867,7 +867,7 @@
+ // Commands
+ //
+ 
+-NLMISC_CATEGORISED_COMMAND(nel, displayInformations, "displays all admin informations", "")
++NLMISC_CATEGORISED_COMMAND(nel, displayInformations, "displays all admin information", "")
+ {
+ 	nlunreferenced(rawCommandString);
+ 	nlunreferenced(args);
+Index: nel-0.7.0/src/net/module_gateway.cpp
+===================================================================
+--- nel-0.7.0.orig/src/net/module_gateway.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/net/module_gateway.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -2334,7 +2334,7 @@
+ 			NLMISC_CLASS_COMMAND_CALL_BASE(CModuleBase, dump);
+ 
+ 			log.displayNL("------------------------------");
+-			log.displayNL("Dumping gateway informations :");
++			log.displayNL("Dumping gateway information :");
+ 			log.displayNL("------------------------------");
+ 
+ 			log.displayNL("The gateway has %u locally plugged module :", _PluggedModules.getAToBMap().size());
+Index: nel-0.7.0/src/logic/logic_state_machine.cpp
+===================================================================
+--- nel-0.7.0.orig/src/logic/logic_state_machine.cpp	2010-07-16 16:22:56.000000000 +0200
++++ nel-0.7.0/src/logic/logic_state_machine.cpp	2010-07-16 16:22:57.000000000 +0200
+@@ -413,7 +413,7 @@
+ 		}
+ 		else
+ 		{
+-			nlinfo("the verbose mode has been desactivated for all the variables",varName.c_str());
++			nlinfo("the verbose mode has been deactivated for all the variables",varName.c_str());
+ 		}
+ 		return;
+ 	}
+@@ -481,7 +481,7 @@
+ 	}
+ 	else
+ 	{
+-		nlinfo("the verbose mode for variable \"%s\" has been desactivated",varName.c_str());
++		nlinfo("the verbose mode for variable \"%s\" has been deactivated",varName.c_str());
+ 	}
+ 
+ } // setVerbose //
+Index: nel-0.7.0/include/nel/net/service.h
+===================================================================
+--- nel-0.7.0.orig/include/nel/net/service.h	2010-07-16 16:48:07.000000000 +0200
++++ nel-0.7.0/include/nel/net/service.h	2010-07-16 16:48:21.000000000 +0200
+@@ -565,7 +565,7 @@
+ 	if (_Instance == NULL)
+ 	{
+ 		/* the nel context MUST be initialised */
+-		nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very begining of your application."));
++		nlassertex(NLMISC::INelContext::isContextInitialised(), ("You are trying to access a safe singleton without having initialized a NeL context. The simplest correction is to add 'NLMISC::CApplicationContext myApplicationContext;' at the very beginning of your application."));
+ 		// try to retrieve the safe singleton pointer
+ 		_Instance = reinterpret_cast<IService*>(NLMISC::INelContext::getInstance().getSingletonPointer("IService"));
+ 	}




More information about the Pkg-games-commits mailing list