All other error_report() and error_setg() cases use "unrecognized", use the same spelling here for consistency.
Reported-by: Eric Blake <ebl...@redhat.com> Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index 686a7d3..6b831eb 100644 --- a/vl.c +++ b/vl.c @@ -950,7 +950,7 @@ static struct bt_device_s *bt_device_add(const char *opt) if (endp) { vlan_id = strtol(endp + 6, &endp, 0); if (*endp) { - error_report("unrecognised bluetooth vlan Id"); + error_report("unrecognized bluetooth vlan Id"); return 0; } } -- 2.1.0