Commit b95a3b3a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fixed typo

parent a7405bd0
......@@ -881,7 +881,7 @@ static int ExecuteCommand( vlm_t *vlm, char *command , vlm_message_t **p_message
}
else
{
message = vlm_MessageNew( p_command[0] , "Unknown comand" );
message = vlm_MessageNew( p_command[0] , "Unknown command" );
i_return = 1;
goto end_seq;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment