summaryrefslogtreecommitdiff
path: root/contrib/pdfmark
diff options
context:
space:
mode:
authorwl <wl>2013-02-01 08:12:26 +0000
committerwl <wl>2013-02-01 08:12:26 +0000
commita0448074fc49e10723b5faa82520b57b94479379 (patch)
tree18e9ace9aef10de7088bf603627fc81ad2acfccc /contrib/pdfmark
parent5523552d25be4d9b3c89361a7d68cd5dc40b0c30 (diff)
downloadgroff-a0448074fc49e10723b5faa82520b57b94479379.tar.gz
Fix a bunch of typos.
From Gilles Espinasse <g.esp@free.fr>.
Diffstat (limited to 'contrib/pdfmark')
-rw-r--r--contrib/pdfmark/pdfmark.tmac4
-rw-r--r--contrib/pdfmark/pdfroff.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/pdfmark/pdfmark.tmac b/contrib/pdfmark/pdfmark.tmac
index 3af42eaf..3c6146b9 100644
--- a/contrib/pdfmark/pdfmark.tmac
+++ b/contrib/pdfmark/pdfmark.tmac
@@ -1113,7 +1113,7 @@ inspiration has come from discussion on the groff mailing list
.pdf*href.set \\*[pdf:href-N] \\*[pdf:href-D] \\$1
.\"
.\" If we specified a cross reference, with the "-X" option, and the
-.\" reference mark has been sucessfully created, then we now need to
+.\" reference mark has been successfully created, then we now need to
.\" write the cross reference info to the STDERR stream
.\"
.if \\n[pdf:href-X] .pdf*href.export \\*[PDFHREF.INFO]
@@ -1649,7 +1649,7 @@ inspiration has come from discussion on the groff mailing list
. \"
. nr pdf:llx \\n(.o+\\n[.in]
. \"
-. \" If the current page can accomodate more than the current line,
+. \" If the current page can accommodate more than the current line,
. \" then it will include a second active region for this link; this
. \" will extend from just below the current line to the end of page
. \" trap, if any, or the bottom of the page otherwise, and occupy
diff --git a/contrib/pdfmark/pdfroff.sh b/contrib/pdfmark/pdfroff.sh
index 16b03eaf..7cd23cf4 100644
--- a/contrib/pdfmark/pdfroff.sh
+++ b/contrib/pdfmark/pdfroff.sh
@@ -545,7 +545,7 @@
test "$PDF_OUTPUT" = "$NULLDEV" && exit 0
#
# We are now ready to start preparing the intermediate PostScript files,
-# from which the PDF output will be compiled -- but before proceding further ...
+# from which the PDF output will be compiled -- but before proceeding further ...
# let's make sure we have a GhostScript interpreter to convert them!
#
if test -n "$GROFF_GHOSTSCRIPT_INTERPRETER"
@@ -653,4 +653,4 @@
$SAY >&2 ". done"
#
# ------------------------------------------------------------------------------
-# $RCSfile: pdfroff.sh,v $ $Revision: 1.18 $: end of file
+# $RCSfile: pdfroff.sh,v $ $Revision: 1.19 $: end of file