From 711b9b104509fe9750b7fac4fa99f7ec0474b41a Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 14:36:44 +0800 Subject: [PATCH] Fix misspellings in compute-api Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I10f12b5b62a458e243fcadfc33b95dd1b2887774 Closes-Bug: #1257295 --- openstack-compute-api-2/src/samples/image-fault.json | 2 +- openstack-compute-api-2/src/samples/image-fault.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack-compute-api-2/src/samples/image-fault.json b/openstack-compute-api-2/src/samples/image-fault.json index 5a45d8e..88e0bd9 100644 --- a/openstack-compute-api-2/src/samples/image-fault.json +++ b/openstack-compute-api-2/src/samples/image-fault.json @@ -10,7 +10,7 @@ }, "fault" : { "code" : 500, - "message" : "An internal error occured", + "message" : "An internal error occurred", "details" : "Error details" }, "links": [ diff --git a/openstack-compute-api-2/src/samples/image-fault.xml b/openstack-compute-api-2/src/samples/image-fault.xml index 3b70de5..6d320db 100644 --- a/openstack-compute-api-2/src/samples/image-fault.xml +++ b/openstack-compute-api-2/src/samples/image-fault.xml @@ -8,7 +8,7 @@ status="ERROR" progress="89"> - An internal error occured + An internal error occurred
Error details