diff mbox series

[wwwdocs] Fix typo

Message ID 20200630011336.1600-1-hujiangping@cn.fujitsu.com
State New
Headers show
Series [wwwdocs] Fix typo | expand

Commit Message

Hu, Jiangping June 30, 2020, 1:13 a.m. UTC
Hi,

this patch fix a typo in contribute.html.

Best Regards.
Hujp

---
 htdocs/contribute.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Sandiford June 30, 2020, 3:05 p.m. UTC | #1
Hu Jiangping <hujiangping@cn.fujitsu.com> writes:
> Hi,
>
> this patch fix a typo in contribute.html.
>
> Best Regards.
> Hujp

Thanks for the patch, pushed to gcc-wwwdocs.

Richard

>
> ---
>  htdocs/contribute.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/htdocs/contribute.html b/htdocs/contribute.html
> index 80a4470e..a913565b 100644
> --- a/htdocs/contribute.html
> +++ b/htdocs/contribute.html
> @@ -133,7 +133,7 @@ other changes applied.</p>
>  <p>Documentation changes do not require a new bootstrap (a working
>  bootstrap is necessary to get the build environment correct), but you
>  must perform <code>make info</code> and <code>make dvi</code> and correct
> -and errors.  You should investigate complaints about overfull or
> +any errors.  You should investigate complaints about overfull or
>  underfull hboxes from <code>make dvi</code>, as these can be the only
>  indication of serious markup problems, but do not feel obliged to
>  eliminate them all.</p>
diff mbox series

Patch

diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 80a4470e..a913565b 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -133,7 +133,7 @@  other changes applied.</p>
 <p>Documentation changes do not require a new bootstrap (a working
 bootstrap is necessary to get the build environment correct), but you
 must perform <code>make info</code> and <code>make dvi</code> and correct
-and errors.  You should investigate complaints about overfull or
+any errors.  You should investigate complaints about overfull or
 underfull hboxes from <code>make dvi</code>, as these can be the only
 indication of serious markup problems, but do not feel obliged to
 eliminate them all.</p>