[Trivialfix]Fix typos in ranger
Fix all the typos found in ranger. Change-Id: I3a20805ed62d80b83057a08456551f1d7c667fbf
This commit is contained in:
parent
eb87b2bff6
commit
381b887a33
6
orm/services/customer_manager/htmlcov/jquery.min.js
generated
vendored
6
orm/services/customer_manager/htmlcov/jquery.min.js
generated
vendored
@ -2338,7 +2338,7 @@ jQuery.fn.extend({
|
||||
classNames = value.split( rspace );
|
||||
|
||||
while ( (className = classNames[ i++ ]) ) {
|
||||
// check each className given, space seperated list
|
||||
// check each className given, space separated list
|
||||
state = isBool ? state : !self.hasClass( className );
|
||||
self[ state ? "addClass" : "removeClass" ]( className );
|
||||
}
|
||||
@ -3956,7 +3956,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[
|
||||
rNonWord = /\W/;
|
||||
|
||||
// Here we check if the JavaScript engine is using some sort of
|
||||
// optimization where it does not always call our comparision
|
||||
// optimization where it does not always call our comparison
|
||||
// function. If that is the case, discard the hasDuplicate value.
|
||||
// Thus far that includes Google Chrome.
|
||||
[0, 0].sort(function() {
|
||||
@ -8249,7 +8249,7 @@ if ( jQuery.support.ajax ) {
|
||||
xml;
|
||||
|
||||
// Firefox throws exceptions when accessing properties
|
||||
// of an xhr when a network error occured
|
||||
// of an xhr when a network error occurred
|
||||
// http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
|
||||
try {
|
||||
|
||||
|
@ -496,7 +496,7 @@ definitions:
|
||||
example: /v1/images/b2173dd3-7ad6-4362-baa6-a68bce3565cb/file
|
||||
visibility:
|
||||
type: string
|
||||
description: if image visable
|
||||
description: if image visible
|
||||
example: private
|
||||
disk-format:
|
||||
type: string
|
||||
|
@ -2338,7 +2338,7 @@ jQuery.fn.extend({
|
||||
classNames = value.split( rspace );
|
||||
|
||||
while ( (className = classNames[ i++ ]) ) {
|
||||
// check each className given, space seperated list
|
||||
// check each className given, space separated list
|
||||
state = isBool ? state : !self.hasClass( className );
|
||||
self[ state ? "addClass" : "removeClass" ]( className );
|
||||
}
|
||||
@ -3956,7 +3956,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[
|
||||
rNonWord = /\W/;
|
||||
|
||||
// Here we check if the JavaScript engine is using some sort of
|
||||
// optimization where it does not always call our comparision
|
||||
// optimization where it does not always call our comparison
|
||||
// function. If that is the case, discard the hasDuplicate value.
|
||||
// Thus far that includes Google Chrome.
|
||||
[0, 0].sort(function() {
|
||||
@ -8249,7 +8249,7 @@ if ( jQuery.support.ajax ) {
|
||||
xml;
|
||||
|
||||
// Firefox throws exceptions when accessing properties
|
||||
// of an xhr when a network error occured
|
||||
// of an xhr when a network error occurred
|
||||
// http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
|
||||
try {
|
||||
|
||||
|
6
orm/services/region_manager/htmlcov/jquery.min.js
generated
vendored
6
orm/services/region_manager/htmlcov/jquery.min.js
generated
vendored
@ -2338,7 +2338,7 @@ jQuery.fn.extend({
|
||||
classNames = value.split( rspace );
|
||||
|
||||
while ( (className = classNames[ i++ ]) ) {
|
||||
// check each className given, space seperated list
|
||||
// check each className given, space separated list
|
||||
state = isBool ? state : !self.hasClass( className );
|
||||
self[ state ? "addClass" : "removeClass" ]( className );
|
||||
}
|
||||
@ -3956,7 +3956,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[
|
||||
rNonWord = /\W/;
|
||||
|
||||
// Here we check if the JavaScript engine is using some sort of
|
||||
// optimization where it does not always call our comparision
|
||||
// optimization where it does not always call our comparison
|
||||
// function. If that is the case, discard the hasDuplicate value.
|
||||
// Thus far that includes Google Chrome.
|
||||
[0, 0].sort(function() {
|
||||
@ -8249,7 +8249,7 @@ if ( jQuery.support.ajax ) {
|
||||
xml;
|
||||
|
||||
// Firefox throws exceptions when accessing properties
|
||||
// of an xhr when a network error occured
|
||||
// of an xhr when a network error occurred
|
||||
// http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
|
||||
try {
|
||||
|
||||
|
@ -29,7 +29,7 @@ def get_users_quotas(data, region):
|
||||
def creat_final_yaml(title, description, resources, outputs):
|
||||
"""put all yaml strings together.
|
||||
|
||||
:param title: ther version of yaml
|
||||
:param title: the version of yaml
|
||||
:param description: file description
|
||||
:param resources: body of the yaml file
|
||||
:param outputs: the output of the yaml
|
||||
|
@ -63,7 +63,7 @@ class TestCreateResource(FunctionalTest):
|
||||
@patch.object(root.ResourceService, 'main',
|
||||
side_effect=root.ConflictValue("region"))
|
||||
def test_delete_resource_flavor_con(self, input):
|
||||
"""test delete flavor while previous proccess still in progress."""
|
||||
"""test delete flavor while previous process still in progress."""
|
||||
try:
|
||||
response = self.app.delete_json('/v1/rds/resources', flavor_data)
|
||||
except Exception as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user