Hello C experts,
I am searching for a tool which can validate content of printf (static string part) against an english dictionary , have anyone of you come across such tool , here is the example to clarify.
printf("The value of the interface identifier is %d",i);
printf("This intarface is not configured\n";
The idea is to catch such spelling mistake in printf statement in the C code.