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