diff --git a/rem2pdf/lib/Remind/PDF.pm b/rem2pdf/lib/Remind/PDF.pm index c9b2077a..cd97d6d6 100644 --- a/rem2pdf/lib/Remind/PDF.pm +++ b/rem2pdf/lib/Remind/PDF.pm @@ -285,7 +285,7 @@ sub read_one_month_pp Given a hashref C<$hash> consisting of one entry parsed from the "remind -p" stream and a C<$specials_accepted> hash, return 1 if we should include this entry in the calendar or -0 if mot. +0 if not. =cut sub accept_special diff --git a/www/Makefile.in b/www/Makefile.in index 94a6be09..a2709f60 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -17,7 +17,7 @@ HTMLDIR = /var/www/remind # Where you stick images and CSS files, as seen by UNIX IMAGEDIR = /var/www/remind/resources -# Where images and CSS fiels are, as seen by web browers +# Where images and CSS files are, as seen by web browsers IMAGEBASE = /remind/resources # Set by configure - don't touch.