summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-11-05 01:50:09 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-11-05 01:50:09 +0000
commit96b029dd7736b1d8a72228e4877ba7731e36aaa9 (patch)
treea4e7dd3e9e0695525f703203ba5f05f4214b35e7
parent37f13e3c1768542443e107268c2c57bc7ba75fb7 (diff)
downloadyelp-96b029dd7736b1d8a72228e4877ba7731e36aaa9.tar.gz
- s/Bigliography/Bibliography/ (I swear I've done this before)
* stylesheets/db2html-header.xsl: - s/Bigliography/Bibliography/ (I swear I've done this before)
-rw-r--r--ChangeLog5
-rw-r--r--stylesheets/db2html-header.xsl2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 778b5265..13150fa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-04 Shaun McCance <shaunm@gnome.org>
+
+ * stylesheets/db2html-header.xsl:
+ - s/Bigliography/Bibliography/ (I swear I've done this before)
+
2004-10-11 Shaun McCance <shaunm@gnome.org>
* NEWS:
diff --git a/stylesheets/db2html-header.xsl b/stylesheets/db2html-header.xsl
index e3c477c3..d97f4ebd 100644
--- a/stylesheets/db2html-header.xsl
+++ b/stylesheets/db2html-header.xsl
@@ -214,7 +214,7 @@
<xsl:template mode="header.name.mode" match="bibliography">
<xsl:call-template name="gettext">
- <xsl:with-param name="msgid" select="'Bigliography'"/>
+ <xsl:with-param name="msgid" select="'Bibliography'"/>
</xsl:call-template>
</xsl:template>