commit | 7edebb499319f9c4d7b87ca00a4683e6f3dd7aab | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jan 25 14:18:46 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Jan 25 14:18:46 2021 +0100 |
tree | 5cd6e6156020754a30cf99e783d0f6ae8754834a | |
parent | 48d5a75cbb3a652f4633e5be58cd1fc1e98e4464 [diff] [blame] |
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;