Fix misspellings in horizon

Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: Icf49804b0113d9cba9a807e4ee343d8714571776
Closes-Bug: #1257295
This commit is contained in:
Shane Wang 2014-02-07 15:14:40 +08:00
parent b5c8eb4929
commit fa1c5fc05d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ attributes that are direct maps to the data returned from the API http call.
Unfortunately, these objects are also often constructed dynamically, making
it difficult to know what data is available from the API object. Because of
this, all API calls should wrap their returned object in one defined here,
using only explicitly defined atributes and/or methods.
using only explicitly defined attributes and/or methods.
In other words, Horizon developers not working on openstack_dashboard.api
shouldn't need to understand the finer details of APIs for