qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qga/commands-posix.c: Fix typo in error message
@ 2012-05-09 14:12 Peter Maydell
  2012-05-09 14:41 ` Jim Meyering
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2012-05-09 14:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Jim Meyering, patches

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
NB: might trivially textually conflict with Jim Meyering's
strncpy fix here. (I spotted this typo in the context lines
for his patch...)

 qga/commands-posix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qga/commands-posix.c b/qga/commands-posix.c
index d58730a..0878ec7 100644
--- a/qga/commands-posix.c
+++ b/qga/commands-posix.c
@@ -789,7 +789,7 @@ GuestNetworkInterfaceList *qmp_guest_network_get_interfaces(Error **errp)
             strncpy(ifr.ifr_name,  info->value->name, IF_NAMESIZE);
             if (ioctl(sock, SIOCGIFHWADDR, &ifr) == -1) {
                 snprintf(err_msg, sizeof(err_msg),
-                         "failed to get MAC addres of %s: %s",
+                         "failed to get MAC address of %s: %s",
                          ifa->ifa_name,
                          strerror(errno));
                 error_set(errp, QERR_QGA_COMMAND_FAILED, err_msg);
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-09 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 14:12 [Qemu-devel] [PATCH] qga/commands-posix.c: Fix typo in error message Peter Maydell
2012-05-09 14:41 ` Jim Meyering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).