diff --git a/share/examples/modules/skel.c b/share/examples/modules/skel.c index 407cbee32e8..beb461720df 100644 --- a/share/examples/modules/skel.c +++ b/share/examples/modules/skel.c @@ -44,7 +44,7 @@ #include /* - * Every module can hav ea module specific piece of code that is + * Every module can have a module specific piece of code that is * executed whenever the module is loaded or unloaded. The following * is a trivial example that prints a message on the console whenever * the module is loaded or unloaded.