From 34a6a8946d247c5667f5e067229765fa2f47e0b6 Mon Sep 17 00:00:00 2001
From: chenaidong1 <chen.aidong@zte.com.cn>
Date: Fri, 5 May 2017 14:23:14 +0800
Subject: [PATCH] Fix a typo

Change-Id: I0bde562c7b569690520d74e8d377654983e1654c
---
 .../static/app/core/openstack-service-api/cinder.service.js     | 2 +-
 .../static/app/core/openstack-service-api/neutron.service.js    | 2 +-
 .../static/app/core/openstack-service-api/nova.service.js       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js b/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js
index dd0ce2d702..4b02290477 100644
--- a/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js
+++ b/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js
@@ -392,7 +392,7 @@
      * @description
      * Update a single project quota data.
      * @param {application/json} quota
-     * A JSON object with the atributes to set to new quota values.
+     * A JSON object with the attributes to set to new quota values.
      * @param {string} projectId
      * Specifies the id of the project that'll have the quota data updated.
      */
diff --git a/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js b/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js
index 0bc3e776e5..02938da3ee 100644
--- a/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js
+++ b/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js
@@ -321,7 +321,7 @@
      * @description
      * Update a single project quota data.
      * @param {application/json} quota
-     * A JSON object with the atributes to set to new quota values.
+     * A JSON object with the attributes to set to new quota values.
      * @param {string} projectId
      * Specifies the id of the project that'll have the quota data updated.
      */
diff --git a/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js b/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js
index cd06208afa..ce05c16f91 100644
--- a/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js
+++ b/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js
@@ -735,7 +735,7 @@
      * @description
      * Update a single project quota data.
      * @param {application/json} quota
-     * A JSON object with the atributes to set to new quota values.
+     * A JSON object with the attributes to set to new quota values.
      * @param {string} projectId
      * Specifies the id of the project that'll have the quota data updated.
      */