summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-12-30 12:03:54 +0000
committerAlejandro Colomar <alx@kernel.org>2022-12-30 13:05:32 +0100
commit43f5a314b6a4e6cb6a3f82b1a6b9ca0ca36365c7 (patch)
treedc5247c1cd145a4e1e2ddec71db802d98fc6295f /scripts
parent03e1dd739749a6fe3fc0946bc95c47f7edbd486b (diff)
scripts: tfix
Typos found with codespell. Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/LinuxManBook/gropdf2
-rw-r--r--scripts/LinuxManBook/utp.mac10
2 files changed, 6 insertions, 6 deletions
diff --git a/scripts/LinuxManBook/gropdf b/scripts/LinuxManBook/gropdf
index 3beb2089d..8474e583f 100755
--- a/scripts/LinuxManBook/gropdf
+++ b/scripts/LinuxManBook/gropdf
@@ -2791,7 +2791,7 @@ sub do_m
# PDF uses G/RG/K for graphic stroke, and g/rg/k for text & graphic fill.
#
# This means that we must maintain g/rg/k state separately for text colour & graphic fill (this is
- # probably why 'gs' maintains seperate graphic states for text & graphics when distilling PS -> PDF).
+ # probably why 'gs' maintains separate graphic states for text & graphics when distilling PS -> PDF).
#
# To facilitate this:-
#
diff --git a/scripts/LinuxManBook/utp.mac b/scripts/LinuxManBook/utp.mac
index b0b5bb271..ed9027ab7 100644
--- a/scripts/LinuxManBook/utp.mac
+++ b/scripts/LinuxManBook/utp.mac
@@ -16,7 +16,7 @@ Version of 16 November 2002
.nr chapter_page 0 \" avoid diag. if there's no .Se call
.ds chapter_name
\#
-\# Redefine LP so that it can take an argument to surpress spacing
+\# Redefine LP so that it can take an argument to suppress spacing
\#
.de par*start*nospace
.ds@auto-end
@@ -243,7 +243,7 @@ Version of 16 November 2002
..
.als Hl horizontal_line
\#
-\# Standard Section Formating Routine
+\# Standard Section Formatting Routine
\#
.de format_standard_section
.RT
@@ -260,7 +260,7 @@ Version of 16 November 2002
.el .ds chapter_type Chapter
.\" If there is a section number, output Type and section number
.if !'\\$1'' \s14\fB\\*[chapter_type] \\$1\fP\s0
-.\" If there is no section number, but there is a type, then ouput it
+.\" If there is no section number, but there is a type, then output it
.if '\\$1'' .if !'\\$3'' \s14\fB\\*[chapter_type]\fP\s0
.sp 5p
.\" Print the section title if there is one
@@ -357,7 +357,7 @@ Version of 16 November 2002
.\" list start $1: A - ALPHA
.\" a - alpha
.\" B - bullet
-.\" N - numberic
+.\" N - numeric
.\" R - ROMAN NUMERALS
.\" r - roman numerals
.\" $2: indent
@@ -368,7 +368,7 @@ Version of 16 November 2002
. tm Ls: Need A, a, B, N, R, or r as type
.nr l\\n+[l0] 0 1
.ie '\\$1'' \{. \" set defaults
-. if '\\n[l0]'1' .af l\\n[l0] 1 \"numberic at 1st level
+. if '\\n[l0]'1' .af l\\n[l0] 1 \"numeric at 1st level
. if '\\n[l0]'2' .af l\\n[l0] a \"alpha at 2nd level
. if '\\n[l0]'3' .af l\\n[l0] i \"roman at 3rd level
. if '\\n[l0]'4' .ds l\\n[l0] \(bu \"bullet at 4th level