Correct misspelled words

In some files I found misspelling words.
bin/swift-reconciler-enqueue#l26
 primarly => primarily
swift/account/backend.py#l309
 ommited => omitted
swift/container/replicator.py#l158
 successfull => successful
test/unit/account/test_backend.py#1450
 non_existant_policy_index => non_existent_policy_index
test/unit/account/test_backend.py#1451
 'test-non-existant-policy'=> 'test-non-existent-policy'
test/unit/account/test_backend.py#1453
 non_existant_policy_index => non_existent_policy_index
Change-Id: I976236e3200a6fbdc20be464acff182b6cface81
This commit is contained in:
Cedric Dos Santos
2014年11月25日 12:37:05 +01:00
parent 18acb03f43
commit a8751ae557

View File

@@ -23,7 +23,7 @@ from swift.common.storage_policy import POLICIES
from swift.container.reconciler import add_to_reconciler_queue
"""
This tool is primarly for debugging and development but can be used an example
This tool is primarily for debugging and development but can be used an example
of how an operator could enqueue objects manually if a problem is discovered -
might be particularlly useful if you need to hack a fix into the reconciler
and re-run it.
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.