From cd17b00c20e30495d03c7e53adc3740d7be9b3cd Mon Sep 17 00:00:00 2001
From: Kristaps Dzonsons
Date: Sat, 30 Apr 2011 10:18:24 +0000
Subject: No code change: fixing spelling errors. From a patch by uqs@.
Thanks!
---
TODO | 4 ++--
html.c | 4 ++--
index.sgml | 4 ++--
mandoc.3 | 6 +++---
mandoc.c | 4 ++--
mdoc_macro.c | 10 +++++-----
mdoc_validate.c | 4 ++--
read.c | 4 ++--
roff.7 | 6 +++---
9 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/TODO b/TODO
index 39236e60..06a2f21e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.103 2011/04/17 13:32:27 schwarze Exp $
+* $Id: TODO,v 1.104 2011/04/30 10:18:24 kristaps Exp $
************************************************************************
************************************************************************
@@ -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 b445efa1..8f6005ad 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.133 2011/04/29 22:18:12 kristaps Exp $ */
+/* $Id: html.c,v 1.134 2011/04/30 10:18:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons
* Copyright (c) 2011 Ingo Schwarze
@@ -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 ab387b0e..d98ad756 100644
--- a/index.sgml
+++ b/index.sgml
@@ -305,7 +305,7 @@
future version of mdocml will expand upon this framework.
- 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.
@@ -361,7 +361,7 @@