From 6d2c53021067622811364bc6e8989ec85a5e0160 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 27 Oct 2016 10:55:20 +0200 Subject: [PATCH] Changed: Typo --HG-- branch : develop --- code/ryzom/client/src/interface_v3/lua_ihm_ryzom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.h b/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.h index 5599941e5..43033d81c 100644 --- a/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.h +++ b/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.h @@ -136,7 +136,7 @@ private: static void rawDebugInfo(const std::string &dbg); // Dump callstack in the console // Additionnally, if ClientCfg.LuaDebugInfoGotoButtonEnabled is set, then - // buttons will be created in fonr of eahc line to allow to goto the lua line that issued the message + // buttons will be created in front of each line to allow to go to the lua line that issued the message // by using an external editor static void getCallStackAsString(int startStackLevel, std::string &result);