Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme-cli: correct spelling of discovery
@ 2018-03-20 17:33 James Smart
  2018-03-20 17:38 ` Keith Busch
  0 siblings, 1 reply; 2+ messages in thread
From: James Smart @ 2018-03-20 17:33 UTC (permalink / raw)


correct dicovery to discovery

Signed-off-by: James Smart <james.smart at broadcom.com>
---
 fabrics.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fabrics.c b/fabrics.c
index 774d5dc..62bd3be 100644
--- a/fabrics.c
+++ b/fabrics.c
@@ -736,10 +736,10 @@ static int do_discover(char *argstr, bool connect)
 		break;
 	case DISC_NOT_EQUAL:
 		fprintf(stderr,
-		"Numrec values of last two get dicovery log page not equal\n");
+		"Numrec values of last two get discovery log page not equal\n");
 		break;
 	default:
-		fprintf(stderr, "Get dicovery log page failed: %d\n", ret);
+		fprintf(stderr, "Get discovery log page failed: %d\n", ret);
 		break;
 	}
 
-- 
2.13.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-20 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20 17:33 [PATCH] nvme-cli: correct spelling of discovery James Smart
2018-03-20 17:38 ` Keith Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox