[virt-tools-list] [virt-manager PATCH] console: fix a comment typo
Chen Hanxiao
chen_han_xiao at 126.com
Sat Apr 26 15:00:18 UTC 2014
From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
s/arbitray/arbitrary
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
virtManager/console.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/console.py b/virtManager/console.py
index 9fd5cad..45598f6 100644
--- a/virtManager/console.py
+++ b/virtManager/console.py
@@ -1547,7 +1547,7 @@ class vmmConsolePages(vmmGObjectUI):
if not self.force_resize and is_resizeguest:
# With resize guest, we don't want to maintain aspect ratio,
- # since the guest can resize to arbitray resolutions.
+ # since the guest can resize to arbitrary resolutions.
self.viewer.display.set_size_request(req.width, req.height)
return
--
1.9.0
More information about the virt-tools-list
mailing list