Merge "Wrong usage of "an""

This commit is contained in:
Jenkins 2015-12-30 13:52:10 +00:00 committed by Gerrit Code Review
commit 3f7b9abfd5
5 changed files with 5 additions and 5 deletions

View File

@ -581,7 +581,7 @@ horizon.d3_bar_chart = {
var svg = jquery_element.find('svg'); var svg = jquery_element.find('svg');
svg.hide(); svg.hide();
// Width an height of the chart will be taken from chart wrapper, // Width and height of the chart will be taken from chart wrapper,
// that can be styled by css. // that can be styled by css.
var width = jquery_element.width(); var width = jquery_element.width();

View File

@ -337,7 +337,7 @@ horizon.d3_line_chart = {
svg.hide(); svg.hide();
/* /*
Width an height of the chart will be taken from chart wrapper, Width and height of the chart will be taken from chart wrapper,
that can be styled by css. that can be styled by css.
*/ */
self.width = jquery_element.width(); self.width = jquery_element.width();

View File

@ -71,7 +71,7 @@ class FloatingIpManager(object):
"""Allocates a floating IP to the tenant. """Allocates a floating IP to the tenant.
You must provide a pool name or id for which you would like to You must provide a pool name or id for which you would like to
allocate an floating IP. allocate a floating IP.
""" """
pass pass

View File

@ -241,7 +241,7 @@ class Flavors(generic.View):
"""Get a list of flavors. """Get a list of flavors.
The listing result is an object with property "items". Each item is The listing result is an object with property "items". Each item is
an flavor. By default this will return the flavors for the user's a flavor. By default this will return the flavors for the user's
current project. If the user is admin, public flavors will also be current project. If the user is admin, public flavors will also be
returned. returned.

View File

@ -290,7 +290,7 @@
* http://docs.openstack.org/developer/glance/metadefs-concepts.html * http://docs.openstack.org/developer/glance/metadefs-concepts.html
* *
* The listing result is an object with property "items". Each item is * The listing result is an object with property "items". Each item is
* an namespace. * a namespace.
* *
* @description * @description
* Get a list of namespaces. * Get a list of namespaces.