yanglint BUGFIX error message typo
diff --git a/tools/lint/common.c b/tools/lint/common.c
index a072074..796a450 100644
--- a/tools/lint/common.c
+++ b/tools/lint/common.c
@@ -180,7 +180,7 @@
     }
     if (set && ly_set_add(set, rec, 1, NULL)) {
         free(rec);
-        YLMSG_E("Storing data file information failes.\n");
+        YLMSG_E("Storing data file information failed.\n");
         return NULL;
     }
     rec->in = in;