aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-14 21:34:43 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-14 21:34:43 +0000
commit47123a36380ed5cf1c93d1c63043cee1da1223c1 (patch)
tree020e58ef1f70cf1107f8631ac6036664ea173f44 /tools
parentb0c9363ed88fa8e5baaa8d741f7744d75451011c (diff)
downloadxen-47123a36380ed5cf1c93d1c63043cee1da1223c1.tar.gz
xen-47123a36380ed5cf1c93d1c63043cee1da1223c1.tar.bz2
xen-47123a36380ed5cf1c93d1c63043cee1da1223c1.zip
Fix typo.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xm/addlabel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xm/addlabel.py b/tools/python/xen/xm/addlabel.py
index af176da433..2d42d6702d 100644
--- a/tools/python/xen/xm/addlabel.py
+++ b/tools/python/xen/xm/addlabel.py
@@ -17,7 +17,7 @@
# Author: Bryan D. Payne <bdpayne@us.ibm.com>
#============================================================================
-"""Labeling a domain configuration file or a resoruce.
+"""Labeling a domain configuration file or a resource.
"""
import os
import sys