Fix minor typos

This commit is contained in:
Yuri Chornoivan
2016-12-02 09:25:13 +01:00
committed by Ján Tomko
parent f81b33b50c
commit ff8e021225
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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));