Fix common misspellings
Wikipedia's list of common misspellings [1] has a machine-readable version. This patch fixes those misspellings mentioned in the list which don't have multiple right variants (as e.g. "accension", which can be both "accession" and "ascension"), such misspellings are left untouched. The list of changes was manually re-checked for false positives. [1] https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines Change-Id: I6f549eb78998ead9b2f1a04e196e65b3f08f1be7 Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
232a8786dd
commit
ab8ddcdadd
@ -55,4 +55,4 @@ The Glance architecture consists of several components:
|
||||
data stores.
|
||||
|
||||
* **Registry Layer** — optional layer organizing secure communication between
|
||||
the domain and the DAL by using a seperate service.
|
||||
the domain and the DAL by using a separate service.
|
||||
|
@ -785,8 +785,8 @@ sheepdog_store_chunk_size = 64
|
||||
# This option may be specified multiple times for specifying multiple
|
||||
# datastores. Either one of vmware_datastore_name or vmware_datastores is
|
||||
# required. The datastore name should be specified after its datacenter
|
||||
# path, seperated by ":". An optional weight may be given after the datastore
|
||||
# name, seperated again by ":". Thus, the required format becomes
|
||||
# path, separated by ":". An optional weight may be given after the datastore
|
||||
# name, separated again by ":". Thus, the required format becomes
|
||||
# <datacenter_path>:<datastore_name>:<optional_weight>.
|
||||
# When adding an image, the datastore with highest weight will be selected,
|
||||
# unless there is not enough free space available in cases where the image size
|
||||
|
Loading…
x
Reference in New Issue
Block a user