summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-03-15 22:35:34 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-03-15 22:35:34 +0000
commitbd43d8890525f1dcb3be55e77580418a9b3763e1 (patch)
tree244adef1429923613e44e12f271ae8b1d4126aef
parente2b1372088efea36c509dfe5c0337ad0cc7c3f98 (diff)
downloadphp-git-bd43d8890525f1dcb3be55e77580418a9b3763e1.tar.gz
docbook typo fix
-rw-r--r--scripts/ext_skel_ng/php_resource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext_skel_ng/php_resource.php b/scripts/ext_skel_ng/php_resource.php
index ea99405841..92949da541 100644
--- a/scripts/ext_skel_ng/php_resource.php
+++ b/scripts/ext_skel_ng/php_resource.php
@@ -19,7 +19,7 @@
function docbook_xml($base) {
return "
<section id='$base.resources.{$this->name}'>
- <title><litera>{$this->name}</literal></title>
+ <title><literal>{$this->name}</literal></title>
<para>
{$this->description}
</para>