summaryrefslogtreecommitdiffstats
path: root/doc/perlmod.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/perlmod.doc')
-rw-r--r--doc/perlmod.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/perlmod.doc b/doc/perlmod.doc
index 4a0ae91..9c0d79f 100644
--- a/doc/perlmod.doc
+++ b/doc/perlmod.doc
@@ -137,7 +137,7 @@ in DVI format.
<p>The Perl Module documentation generated by Doxygen is stored in
<b>DoxyDocs.pm</b>. This is a very simple Perl module that contains
-only two statements: an assigment to the variable <b>$doxydocs</b> and
+only two statements: an assignment to the variable <b>$doxydocs</b> and
the customary <b>1;</b> statement which usually ends Perl modules.
The documentation is stored in the variable <b>$doxydocs</b>, which
can then be accessed by a Perl script using <b>DoxyDocs.pm</b>.