Harald Hoyer 3957aa
From 0de93fa1dae15839fc8738268942622ffb4a6451 Mon Sep 17 00:00:00 2001
Harald Hoyer 3957aa
From: Hermann Gausterer <git-dracut-2012@mrq1.org>
Harald Hoyer 3957aa
Date: Mon, 16 Jan 2012 17:19:12 +0100
Harald Hoyer 3957aa
Subject: [PATCH] typo fix
Harald Hoyer 3957aa
Harald Hoyer 3957aa
Signed-off-by: Hermann Gausterer <git-dracut-2012@mrq1.org>
Harald Hoyer 3957aa
---
Harald Hoyer 3957aa
 modules.d/95iscsi/parse-iscsiroot.sh |    2 +-
Harald Hoyer 3957aa
 1 files changed, 1 insertions(+), 1 deletions(-)
Harald Hoyer 3957aa
Harald Hoyer 3957aa
diff --git a/modules.d/95iscsi/parse-iscsiroot.sh b/modules.d/95iscsi/parse-iscsiroot.sh
Harald Hoyer 3957aa
index bc7cc5e..40720e8 100755
Harald Hoyer 3957aa
--- a/modules.d/95iscsi/parse-iscsiroot.sh
Harald Hoyer 3957aa
+++ b/modules.d/95iscsi/parse-iscsiroot.sh
Harald Hoyer 3957aa
@@ -40,7 +40,7 @@ if [ -n "$iscsiroot" ] ; then
Harald Hoyer 3957aa
     [ -z "$netroot" ]  && netroot=$root
Harald Hoyer 3957aa
 
Harald Hoyer 3957aa
     # @deprecated
Harald Hoyer 3957aa
-    echo "Warning: Argument isciroot is deprecated and might be removed in a future"
Harald Hoyer 3957aa
+    echo "Warning: Argument iscsiroot is deprecated and might be removed in a future"
Harald Hoyer 3957aa
     echo "release. See 'man dracut.kernel' for more information."
Harald Hoyer 3957aa
 
Harald Hoyer 3957aa
     # Accept iscsiroot argument?