mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Fix minor typos
This commit is contained in:
committed by
Ján Tomko
parent
f81b33b50c
commit
ff8e021225
@@ -818,7 +818,7 @@ vshEventGenericPrint(virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||
if (virTimeStringNowRaw(timestamp) < 0)
|
||||
timestamp[0] = '\0';
|
||||
|
||||
vshPrint(data->ctl, _("%s: event '%s'' for node device %s\n"),
|
||||
vshPrint(data->ctl, _("%s: event '%s' for node device %s\n"),
|
||||
timestamp,
|
||||
data->cb->name,
|
||||
virNodeDeviceGetName(dev));
|
||||
|
||||
Reference in New Issue
Block a user