From 2b564f524e4b1655b8e4ba3d31b32a5f372fcde8 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 24 Oct 2013 14:07:06 +0100 Subject: [PATCH] Fix a string typo --- virtinst/devicechar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtinst/devicechar.py b/virtinst/devicechar.py index 673d0155b..9894d69b9 100644 --- a/virtinst/devicechar.py +++ b/virtinst/devicechar.py @@ -226,7 +226,7 @@ class _VirtualCharDevice(VirtualDevice): self._has_mode_bind = self.MODE_BIND return val bind_host = XMLProperty("./source[@mode='bind']/@host", - doc=_("Host addresss to bind to."), + doc=_("Host address to bind to."), set_converter=_set_bind_validate) bind_port = XMLProperty("./source[@mode='bind']/@service", doc=_("Host port to bind to."),