tiny typo fix
authorAlexander Schreiber <als@google.com>
Mon, 28 Jan 2008 16:22:50 +0000 (16:22 +0000)
committerAlexander Schreiber <als@google.com>
Mon, 28 Jan 2008 16:22:50 +0000 (16:22 +0000)
Reviewed-by: iustinp

scripts/gnt-instance

index 5842b39..1c5cff9 100755 (executable)
@@ -549,7 +549,7 @@ def _FormatBlockDevInfo(buf, dev, indent_level):
 
   """
   def helper(buf, dtype, status):
-    """Format one line for phsyical device status."""
+    """Format one line for physical device status."""
     if not status:
       buf.write("not active\n")
     else: