From f2e9e0e882061716e6c50210915bc731d8d6786e Mon Sep 17 00:00:00 2001
From: Alexander Schreiber <als@google.com>
Date: Mon, 28 Jan 2008 16:22:50 +0000
Subject: [PATCH] tiny typo fix

Reviewed-by: iustinp
---
 scripts/gnt-instance | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gnt-instance b/scripts/gnt-instance
index 5842b39c4..1c5cff96e 100755
--- a/scripts/gnt-instance
+++ b/scripts/gnt-instance
@@ -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:
-- 
GitLab