summaryrefslogtreecommitdiffstats
path: root/docs/manual/dso.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/dso.xml')
-rw-r--r--docs/manual/dso.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml
index ef73294ef8..98bb1d5345 100644
--- a/docs/manual/dso.xml
+++ b/docs/manual/dso.xml
@@ -117,7 +117,7 @@ $ make install
Build and install a <em>third-party</em> Apache httpd module, say
<code>mod_foo.c</code>, into its own DSO
<code>mod_foo.so</code> <em>outside of</em> the Apache httpd
- source tree using <program>apxs</program>:
+ source tree using <program>apxs</program>:
<example>
$ cd /path/to/3rdparty<br />