diff --git a/checks.c b/checks.c index c0ed45e..5865234 100644 --- a/checks.c +++ b/checks.c @@ -1750,7 +1750,7 @@ static void check_graph_endpoint(struct check *c, struct dt_info *dti, return; if (!strprefixeq(node->name, node->basenamelen, "endpoint")) - FAIL(c, dti, node, "graph endpont node name should be 'endpoint'"); + FAIL(c, dti, node, "graph endpoint node name should be 'endpoint'"); check_graph_reg(c, dti, node);