Fix some typos

Correct some spelling errors in files :
www/static/common/js/webui-popover.js,
doc/arch-design/source/design-compute/design-compute-logging.rst,
doc/arch-design/source/design-storage/design-storage-arch.rst

Change-Id: I96ce62c93a2315b559279043208a6692bf33e8a0
This commit is contained in:
lidong 2017-08-16 14:41:51 +08:00
parent cf94afc0e1
commit c91946e124
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ configure Logstash for OpenStack. For example, in order to get Logstash to
collect, parse, and send the correct portions of log files to the Elasticsearch
server, you need to format the configuration file properly. There
are input, output and filter configurations. Input configurations tell Logstash
where to recieve data from (log files/forwarders/filebeats/StdIn/Eventlog),
where to receive data from (log files/forwarders/filebeats/StdIn/Eventlog),
output configurations specify where to put the data, and filter configurations
define the input contents to forward to the output.

View File

@ -491,7 +491,7 @@ nodes and proxy servers should make use of a design which is scalable.
Redundancy
----------
When making swift more redundant, one approach is to add additonal proxy
When making swift more redundant, one approach is to add additional proxy
servers and load balancing. HAProxy is one method of providing load
balancing and high availability and is often combined with keepalived
or pacemaker to ensure the HAProxy service maintains a stable VIP.

View File

@ -111,9 +111,9 @@
},
displayContent:function(){
var
//element postion
//element position
elementPos = this.getElementPosition(),
//target postion
//target position
$target = this.getTarget().removeClass().addClass(pluginClass),
//target content
$targetContent = this.getContentElement(),