cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Ryan O'Hara <rohara@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages
Date: Tue, 17 Apr 2012 19:01:54 -0500	[thread overview]
Message-ID: <4F8E0472.6080700@redhat.com> (raw)

Resolves: rhbz#674497

Signed-off-by: Ryan O'Hara <rohara@redhat.com>
---
  fence/agents/scsi/fence_scsi.pl |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/agents/scsi/fence_scsi.pl 
b/fence/agents/scsi/fence_scsi.pl
index 91f113d..84cee91 100755
--- a/fence/agents/scsi/fence_scsi.pl
+++ b/fence/agents/scsi/fence_scsi.pl
@@ -111,7 +111,7 @@ sub get_node_id
   sub get_node_name
  {
-    print "[$pname]: get_hode_name = $opt_n\n" if $opt_v;
+    print "[$pname]: get_node_name = $opt_n\n" if $opt_v;
       return $opt_n;
  }
@@ -163,7 +163,7 @@ sub get_host_name
  	}
      }
  -    print "[$pname]: get_host_nam = $host_name\n" if $opt_v;
+    print "[$pname]: get_host_name = $host_name\n" if $opt_v;
       return $host_name;
  }
-- 
1.7.1

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Attached Message Part
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20120417/96585d7a/attachment.ksh>

             reply	other threads:[~2012-04-18  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18  0:01 Ryan O'Hara [this message]
2012-04-18  3:54 ` [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages Fabio M. Di Nitto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8E0472.6080700@redhat.com \
    --to=rohara@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).