diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:45:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:10 +0200 |
commit | bb667fc1b98c17b95209351573fdbe7a109c50a5 (patch) | |
tree | ad3d030835d3c183bcd422f83f9c6161362b37ed /extras | |
parent | 52a41a0b743685a87eed36d4825ad6794741aebb (diff) |
typo: arround -> around
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/makewidgetgroup.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/source/glade/makewidgetgroup.xslt b/extras/source/glade/makewidgetgroup.xslt index c7d97d70822e..db2dcedc529d 100644 --- a/extras/source/glade/makewidgetgroup.xslt +++ b/extras/source/glade/makewidgetgroup.xslt @@ -19,7 +19,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" version="1.0" encoding="UTF-8"/> - <!-- work arround apparently broken output indenting in libxslt --> + <!-- work around apparently broken output indenting in libxslt --> <xsl:param name="indent" select="' '"/> <xsl:template match="/glade-catalog"> |