Merge "Typo fixing"

This commit is contained in:
Jenkins 2016-11-10 10:35:59 +00:00 committed by Gerrit Code Review
commit c8d8c93f97
3 changed files with 3 additions and 3 deletions

View File

@ -33,5 +33,5 @@ releases:
- repo: openstack/python-heatclient
hash: 9f7b9a582335460b7f431ced25dc6d71168c620e
highlights: |
Fixed regression descibed in the bug:
Fixed regression described in the bug:
https://bugs.launchpad.net/python-heatclient/+bug/1560106

View File

@ -2284,7 +2284,7 @@ img.icehouse-video {
margin: 0 5px;
font-size: 12px; } }
/*End Sofware Page*/
/*End Software Page*/
/*Marketplace Page*/
h2.marketplace-header {
border-left: 3px solid #DA422F;

View File

@ -444,7 +444,7 @@ var Search = {
* helper function to return a node containing the
* search summary for a given text. keywords is a list
* of stemmed words, hlwords is the list of normal, unstemmed
* words. the first one is used to find the occurance, the
* words. the first one is used to find the occurrence, the
* latter for highlighting it.
*/
makeSearchSummary : function(text, keywords, hlwords) {