From 14548aa69a25f6a57c0d5bbccae2d5243a99dfef Mon Sep 17 00:00:00 2001
From: Alex Holden <alex@alexjonasholden.com>
Date: Fri, 7 Mar 2014 09:37:59 -0800
Subject: [PATCH] Fixed spelling errors - occurance to occurence

Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307
---
 doc/source/commands.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 31e7c14831..e0cfee7a47 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -69,8 +69,8 @@ The actions used by OpenStackClient are defined below to provide a consistent me
 * authorize - authorize a token (used in OAuth)
 * add (remove) - add some object to a container object; the command is built in the order of "container add object" (<container> <object>), the positional arguments appear in the same order
 * attach (detach) - deprecated; use add/remove
-* create (delete) - create a new occurrance of the specified object
-* delete (create) - delete a specific occurrance of the specified object
+* create (delete) - create a new occurrence of the specified object
+* delete (create) - delete a specific occurrence of the specified object
 * detach (attach) - deprecated; use add/remove
 * list - display summary information about multiple objects
 * lock (unlock)