kmodloader: Fix typo in error message
[project/ubox.git] / 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;
        }