[LEDE-DEV] [PATCH ubox] kmodloader: Fix typo in error message

Florian Fainelli f.fainelli at gmail.com
Sat Dec 3 18:09:39 PST 2016


Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 kmodloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kmodloader.c b/kmodloader.c
index 5ba75c1aa36d..40edbf0260b0 100644
--- a/kmodloader.c
+++ b/kmodloader.c
@@ -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;
 	}
 
-- 
2.9.3




More information about the Lede-dev mailing list