summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--html.c2
-rw-r--r--index.sgml2
-rw-r--r--mandoc.32
-rw-r--r--mandoc.c2
-rw-r--r--mdoc_macro.c8
-rw-r--r--mdoc_validate.c2
-rw-r--r--read.c2
-rw-r--r--roff.72
9 files changed, 12 insertions, 12 deletions
diff --git a/TODO b/TODO
index c724900e..fd0a907e 100644
--- a/TODO
+++ b/TODO
@@ -201,7 +201,7 @@
reminded by jmc@ Thu, 23 Sep 2010 18:13:39 +0059
************************************************************************
-* formatting issues: gratuitious differences
+* formatting issues: gratuitous differences
************************************************************************
- .Rv (and probably .Ex) print different text if an `Nm' has been named
diff --git a/html.c b/html.c
index d5eee733..6216f3ec 100644
--- a/html.c
+++ b/html.c
@@ -427,7 +427,7 @@ print_otag(struct html *h, enum htmltag tag,
print_attr(h, "lang", "en");
}
- /* Accomodate for XML "well-formed" singleton escaping. */
+ /* Accommodate for XML "well-formed" singleton escaping. */
if (HTML_AUTOCLOSE & htmltags[tag].flags)
switch (h->type) {
diff --git a/index.sgml b/index.sgml
index e5482ec3..95cad5f0 100644
--- a/index.sgml
+++ b/index.sgml
@@ -305,7 +305,7 @@
future version of <SPAN CLASS="nm">mdocml</SPAN> will expand upon this framework.
</P>
<P>
- As usual, many general fixes and improvements have also occured. In particular, a great
+ As usual, many general fixes and improvements have also occurred. In particular, a great
deal of redundancy and superfluous code has been removed with the merging of the backend
libraries.
</P>
diff --git a/mandoc.3 b/mandoc.3
index f728fb91..434c28a5 100644
--- a/mandoc.3
+++ b/mandoc.3
@@ -364,7 +364,7 @@ where a new body introduces a new phrase.
.Pp
The
.Xr mdoc 7
-syntax tree accomodates for broken block structures as well.
+syntax tree accommodates for broken block structures as well.
The ENDBODY node is available to end the formatting associated
with a given block before the physical end of that block.
It has a non-null
diff --git a/mandoc.c b/mandoc.c
index 86000415..9f9f6918 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -603,7 +603,7 @@ mandoc_eos(const char *p, size_t sz, int enclosed)
/*
* End-of-sentence recognition must include situations where
* some symbols, such as `)', allow prior EOS punctuation to
- * propogate outward.
+ * propagate outward.
*/
found = 0;
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 62cc5cd4..d334fea6 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -643,12 +643,12 @@ append_delims(struct mdoc *m, int line, int *pos, char *buf)
* If we encounter end-of-sentence symbols, then trigger
* the double-space.
*
- * XXX: it's easy to allow this to propogate outward to
+ * XXX: it's easy to allow this to propagate outward to
* the last symbol, such that `. )' will cause the
* correct double-spacing. However, (1) groff isn't
* smart enough to do this and (2) it would require
* knowing which symbols break this behaviour, for
- * example, `. ;' shouldn't propogate the double-space.
+ * example, `. ;' shouldn't propagate the double-space.
*/
if (mandoc_eos(p, strlen(p), 0))
m->last->flags |= MDOC_EOS;
@@ -1007,7 +1007,7 @@ blk_full(MACRO_PROT_ARGS)
}
/*
- * This routine accomodates implicitly- and explicitly-scoped
+ * This routine accommodates implicitly- and explicitly-scoped
* macro openings. Implicit ones first close out prior scope
* (seen above). Delay opening the head until necessary to
* allow leading punctuation to print. Special consideration
@@ -1304,7 +1304,7 @@ blk_part_imp(MACRO_PROT_ARGS)
if (mandoc_eos(n->string, strlen(n->string), 1))
n->flags |= MDOC_EOS;
- /* Up-propogate the end-of-space flag. */
+ /* Up-propagate the end-of-space flag. */
if (n && (MDOC_EOS & n->flags)) {
body->flags |= MDOC_EOS;
diff --git a/mdoc_validate.c b/mdoc_validate.c
index d3b19a7b..3c8d4aab 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -1535,7 +1535,7 @@ post_bl_head(POST_ARGS)
assert(0 == np->args->argv[j].sz);
/*
- * Accomodate for new-style groff column syntax. Shuffle the
+ * Accommodate for new-style groff column syntax. Shuffle the
* child nodes, all of which must be TEXT, as arguments for the
* column field. Then, delete the head children.
*/
diff --git a/read.c b/read.c
index 03415d31..3154e044 100644
--- a/read.c
+++ b/read.c
@@ -445,7 +445,7 @@ rerun:
/*
* If input parsers have not been allocated, do so now.
- * We keep these instanced betwen parsers, but set them
+ * We keep these instanced between parsers, but set them
* locally per parse routine since we can use different
* parsers with each one.
*/
diff --git a/roff.7 b/roff.7
index 7e893ba9..9bd90444 100644
--- a/roff.7
+++ b/roff.7
@@ -567,7 +567,7 @@ The
will be read and its contents processed as input in place of the
.Sq \&.so
request line.
-To avoid inadvertant inclusion of unrelated files,
+To avoid inadvertent inclusion of unrelated files,
.Xr mandoc 1
only accepts relative paths not containing the strings
.Qq ../