diff --git a/openstack_dashboard/api/__init__.py b/openstack_dashboard/api/__init__.py index 3f25baf..a3d034e 100644 --- a/openstack_dashboard/api/__init__.py +++ b/openstack_dashboard/api/__init__.py @@ -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