summaryrefslogtreecommitdiff
path: root/solenv/bin/packregistry.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/packregistry.xslt')
-rw-r--r--solenv/bin/packregistry.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/packregistry.xslt b/solenv/bin/packregistry.xslt
index f418e6dda89e..ecab36da9dcf 100644
--- a/solenv/bin/packregistry.xslt
+++ b/solenv/bin/packregistry.xslt
@@ -39,7 +39,7 @@
instead of the below for-each would only issue warnings, not errors, for
non-existing or otherwise bad input files; it is important that the input
filename list is already sorted in an order suitable for the configmgr
- (e.g., xcs files preceeding xcu files).
+ (e.g., xcs files preceding xcu files).
-->
<xsl:for-each select="list/filename">
<xsl:variable name="doc" select="document(concat($prefix, .))"/>