source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: No code change: fixing spelling errors.
@ 2011-04-30 10:18 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-04-30 10:18 UTC (permalink / raw)
  To: source

Log Message:
-----------
No code change: fixing spelling errors.  From a patch by uqs@.  Thanks!

Modified Files:
--------------
    mdocml:
        TODO
        html.c
        index.sgml
        mandoc.3
        mandoc.c
        mdoc_macro.c
        mdoc_validate.c
        read.c
        roff.7

Revision Data
-------------
Index: mandoc.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lmandoc.c -Lmandoc.c -u -p -r1.48 -r1.49
--- mandoc.c
+++ mandoc.c
@@ -603,7 +603,7 @@ mandoc_eos(const char *p, size_t sz, int
 	/*
 	 * End-of-sentence recognition must include situations where
 	 * some symbols, such as `)', allow prior EOS punctuation to
-	 * propogate outward.
+	 * propagate outward.
 	 */
 
 	found = 0;
Index: roff.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/roff.7,v
retrieving revision 1.27
retrieving revision 1.28
diff -Lroff.7 -Lroff.7 -u -p -r1.27 -r1.28
--- roff.7
+++ 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 ../
Index: mdoc_validate.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_validate.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -Lmdoc_validate.c -Lmdoc_validate.c -u -p -r1.168 -r1.169
--- mdoc_validate.c
+++ 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.
 	 */
Index: mandoc.3
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.3,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lmandoc.3 -Lmandoc.3 -u -p -r1.4 -r1.5
--- mandoc.3
+++ 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
Index: html.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/html.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -Lhtml.c -Lhtml.c -u -p -r1.133 -r1.134
--- html.c
+++ html.c
@@ -427,7 +427,7 @@ print_otag(struct html *h, enum htmltag 
 		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) {
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.103
retrieving revision 1.104
diff -LTODO -LTODO -u -p -r1.103 -r1.104
--- TODO
+++ 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
Index: mdoc_macro.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_macro.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -Lmdoc_macro.c -Lmdoc_macro.c -u -p -r1.108 -r1.109
--- mdoc_macro.c
+++ mdoc_macro.c
@@ -643,12 +643,12 @@ append_delims(struct mdoc *m, int line, 
 		 * 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;
Index: index.sgml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v
retrieving revision 1.112
retrieving revision 1.113
diff -Lindex.sgml -Lindex.sgml -u -p -r1.112 -r1.113
--- index.sgml
+++ 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>
Index: read.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/read.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -Lread.c -Lread.c -u -p -r1.13 -r1.14
--- read.c
+++ 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.
 		 */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-30 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-30 10:18 mdocml: No code change: fixing spelling errors kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).