From f2e9e0e882061716e6c50210915bc731d8d6786e Mon Sep 17 00:00:00 2001 From: Alexander Schreiber 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 5842b39..1c5cff9 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: -- 1.7.10.4