Some typos fixed

This commit is contained in:
Massimiliano Pinto
2013-08-02 10:00:56 +02:00
parent 9305cf0f9f
commit 3357748aad
3 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@ ModuleInit()
ROUTER_OBJECT *
GetModuleObject()
{
fprintf(stderr, "Returing test router module object.\n");
fprintf(stderr, "Returning test router module object.\n");
return &MyObject;
}