mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
doc: fix misspellings in config option doc
Some terms in the config option docs (Integer, Boolean) are being flagged by one of our spell checking tools. Let's make it happy. Tracked-On: #5692 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
4050b772ca
commit
ea9c713f28
@@ -9,6 +9,9 @@
|
||||
<xsl:variable name="newline" select="'
'"/>
|
||||
<xsl:variable name="section_adornment" select="'#*=-%+@`'"/>
|
||||
|
||||
<xsl:variable name="vLower" select= "'abcdefghijklmnopqrstuvwxyz'"/>
|
||||
<xsl:variable name="vUpper" select= "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
|
||||
|
||||
<!--
|
||||
Visitors of XSD elements
|
||||
-->
|
||||
@@ -96,7 +99,7 @@
|
||||
</xsl:when>
|
||||
<xsl:when test="starts-with($ty, 'xs:')">
|
||||
<xsl:text> - </xsl:text>
|
||||
<xsl:value-of select="substring($ty, 4)"/>
|
||||
<xsl:value-of select="concat(translate(substring($ty, 4,1), $vLower, $vUpper), substring($ty,5))"/>
|
||||
<xsl:value-of select="$newline"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
Reference in New Issue
Block a user