From 3702b0b445582264b2452d004d4f2c38978a4d02 Mon Sep 17 00:00:00 2001 From: Jonathan M Hsieh Date: Mon, 18 Aug 2014 14:25:57 -0700 Subject: [PATCH] HBASE-11655 ADDENDUM - typo fix --- src/main/docbkx/shell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docbkx/shell.xml b/src/main/docbkx/shell.xml index 7a850ac5932..a400d8de05c 100644 --- a/src/main/docbkx/shell.xml +++ b/src/main/docbkx/shell.xml @@ -134,7 +134,7 @@ return $status Getting an exit code of 0 means that the command you scripted definitely succeeded. However, getting a non-zero exit code does not necessarily mean the command failed. The command could have succeeded, but the client lost connectivity, - or some other event obscured its succewss. This is because RPC commands are + or some other event obscured its success. This is because RPC commands are stateless. The only way to be sure of the status of an operation is to check. For instance, if your script creates a table, but returns a non-zero exit value, you should check whether the table was actually created before trying again to create