kmodloader: Fix typo in error message
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 4 Dec 2016 02:09:39 +0000 (18:09 -0800)
committerJohn Crispin <john@phrozen.org>
Sun, 4 Dec 2016 15:08:40 +0000 (16:08 +0100)
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
kmodloader.c

index 5ba75c1aa36d24282991708c8bca019b5faa03ac..40edbf0260b0baa9fd7906a0cfd9ef17e6a5be5c 100644 (file)
@@ -610,7 +610,7 @@ static int main_insmod(int argc, char **argv)
        }
 
        if (init_module_folders()) {
-               fprintf(stderr, "falied to find the folder holding the modules\n");
+               fprintf(stderr, "Failed to find the folder holding the modules\n");
                return -1;
        }