Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix typos [Arnaud Giersch]
[simgrid.git] / src / bindings / lua / simgrid_lua.c
index 678842f..cd9c316 100644 (file)
@@ -708,7 +708,7 @@ static int Host_set_function(lua_State *L) //(host,function,nb_args,list_args)
                        return 0;
                }
        }
-       ERROR1("Host : %s Not Fount !!",host_id);
+       ERROR1("Host : %s Not Found !!",host_id);
        return 1;
 }