From 6cd133d2f242d36bd48ddea44acd868f70782d0b Mon Sep 17 00:00:00 2001 From: Gevel Tekens Date: Tue, 4 Feb 2025 23:13:27 +0100 Subject: Fix several typos See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ --- test/dw/form.hh | 4 ++-- test/html/manual/doxygen.html | 2 +- test/html/manual/floats-table.html | 2 +- test/html/render/img-aspect-ratio-div.html | 2 +- test/html/render/img-aspect-ratio-div.ref.html | 2 +- test/html/render/img-aspect-ratio-mix-border.html | 6 +++--- test/html/render/img-aspect-ratio-mix-border.ref.html | 6 +++--- test/html/render/img-aspect-ratio-mix-margin.html | 6 +++--- test/html/render/img-aspect-ratio-mix-margin.ref.html | 6 +++--- test/html/render/img-aspect-ratio-mix.html | 6 +++--- test/html/render/img-aspect-ratio-mix.ref.html | 6 +++--- test/unit/containers.cc | 2 +- test/unit/identity.cc | 2 +- 13 files changed, 26 insertions(+), 26 deletions(-) (limited to 'test') diff --git a/test/dw/form.hh b/test/dw/form.hh index ab5b90d5..b379e14a 100644 --- a/test/dw/form.hh +++ b/test/dw/form.hh @@ -9,8 +9,8 @@ namespace form { /** * \brief Handles HTML form data. * - * Add resources by calling the respective add...Resource method. Furtermore, - * this class impelements dw::core::ui::ButtonResource::ClickedReceiver, the + * Add resources by calling the respective add...Resource method. Furthermore, + * this class implements dw::core::ui::ButtonResource::ClickedReceiver, the * form data is printed to stdout, when the "clicked" signal is received. * * \todo wrong comment diff --git a/test/html/manual/doxygen.html b/test/html/manual/doxygen.html index 24d7326e..2e8fa91d 100644 --- a/test/html/manual/doxygen.html +++ b/test/html/manual/doxygen.html @@ -93,7 +93,7 @@ Introduction

The latest version of this document is always available from http://savannah.nongnu.org/projects/avr-libc/

The AVR Libc package provides a subset of the standard C library for Atmel AVR 8-bit RISC microcontrollers. In addition, the library provides the basic startup code needed by most applications.

There is a wealth of information in this document which goes beyond simply describing the interfaces and routines provided by the library. We hope that this document provides enough information to get a new AVR developer up to speed quickly using the freely available development tools: binutils, gcc avr-libc and many others.

-

If you find yourself stuck on a problem which this document doesn't quite address, you may wish to post a message to the avr-gcc mailing list. Most of the developers of the AVR binutils and gcc ports in addition to the devleopers of avr-libc subscribe to the list, so you will usually be able to get your problem resolved. You can subscribe to the list at http://lists.nongnu.org/mailman/listinfo/avr-gcc-list . Before posting to the list, you might want to try reading the Frequently Asked Questions chapter of this document.

+

If you find yourself stuck on a problem which this document doesn't quite address, you may wish to post a message to the avr-gcc mailing list. Most of the developers of the AVR binutils and gcc ports in addition to the developers of avr-libc subscribe to the list, so you will usually be able to get your problem resolved. You can subscribe to the list at http://lists.nongnu.org/mailman/listinfo/avr-gcc-list . Before posting to the list, you might want to try reading the Frequently Asked Questions chapter of this document.

Note
If you think you've found a bug, or have a suggestion for an improvement, either in this documentation or in the library itself, please use the bug tracker at https://savannah.nongnu.org/bugs/?group=avr-libc to ensure the issue won't be forgotten.

General information about this library

diff --git a/test/html/manual/floats-table.html b/test/html/manual/floats-table.html index 77d77563..208ae100 100644 --- a/test/html/manual/floats-table.html +++ b/test/html/manual/floats-table.html @@ -1,4 +1,4 @@ -

Demonstrating how to include floats into witdth extremes. +

Demonstrating how to include floats into width extremes. diff --git a/test/html/render/img-aspect-ratio-div.html b/test/html/render/img-aspect-ratio-div.html index b92a9751..95a583f3 100644 --- a/test/html/render/img-aspect-ratio-div.html +++ b/test/html/render/img-aspect-ratio-div.html @@ -17,7 +17,7 @@ div.small { max-width: 64px; } - /* Even if we are specifiying the image to have 100% height, the image + /* Even if we are specifying the image to have 100% height, the image * must not extend to all the available height of the div.out container. * It should continue to keep the aspect ratio as the width is constrained * to 64 px, so it should be 64 px tall. */ diff --git a/test/html/render/img-aspect-ratio-div.ref.html b/test/html/render/img-aspect-ratio-div.ref.html index b4f01c42..e3477231 100644 --- a/test/html/render/img-aspect-ratio-div.ref.html +++ b/test/html/render/img-aspect-ratio-div.ref.html @@ -17,7 +17,7 @@ div.small { max-width: 64px; } - /* Even if we are specifiying the image to have 100% height, the image + /* Even if we are specifying the image to have 100% height, the image * must not extend to all the available height of the div.out container. * It should continue to keep the aspect ratio as the width is constrained * to 64 px, so it should be 64 px tall. */ diff --git a/test/html/render/img-aspect-ratio-mix-border.html b/test/html/render/img-aspect-ratio-mix-border.html index 38cd25e8..94877a7e 100644 --- a/test/html/render/img-aspect-ratio-mix-border.html +++ b/test/html/render/img-aspect-ratio-mix-border.html @@ -12,17 +12,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/html/render/img-aspect-ratio-mix-border.ref.html b/test/html/render/img-aspect-ratio-mix-border.ref.html index 775c8cb2..60c2befa 100644 --- a/test/html/render/img-aspect-ratio-mix-border.ref.html +++ b/test/html/render/img-aspect-ratio-mix-border.ref.html @@ -12,17 +12,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/html/render/img-aspect-ratio-mix-margin.html b/test/html/render/img-aspect-ratio-mix-margin.html index af06cd76..a7454f94 100644 --- a/test/html/render/img-aspect-ratio-mix-margin.html +++ b/test/html/render/img-aspect-ratio-mix-margin.html @@ -12,17 +12,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/html/render/img-aspect-ratio-mix-margin.ref.html b/test/html/render/img-aspect-ratio-mix-margin.ref.html index 36207ab6..58ee45d1 100644 --- a/test/html/render/img-aspect-ratio-mix-margin.ref.html +++ b/test/html/render/img-aspect-ratio-mix-margin.ref.html @@ -12,17 +12,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/html/render/img-aspect-ratio-mix.html b/test/html/render/img-aspect-ratio-mix.html index 8adc2867..89313a89 100644 --- a/test/html/render/img-aspect-ratio-mix.html +++ b/test/html/render/img-aspect-ratio-mix.html @@ -11,17 +11,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/html/render/img-aspect-ratio-mix.ref.html b/test/html/render/img-aspect-ratio-mix.ref.html index 464767dd..6792cce5 100644 --- a/test/html/render/img-aspect-ratio-mix.ref.html +++ b/test/html/render/img-aspect-ratio-mix.ref.html @@ -11,17 +11,17 @@

All images should be 32px by 32px like this one:

-

Only one max-* contraint

+

Only one max-* constraint

-

One max-* and fixed size contraint

+

One max-* and fixed size constraint

-

Two max-* contraints

+

Two max-* constraints

diff --git a/test/unit/containers.cc b/test/unit/containers.cc index 52a20bf1..286f494d 100644 --- a/test/unit/containers.cc +++ b/test/unit/containers.cc @@ -112,7 +112,7 @@ void testVector2 () void testVector3 () { - // Regression test: resulted once incorrently (0, 2, 3), should + // Regression test: resulted once incorrectly (0, 2, 3), should // result in (1, 2, 3). puts ("--- testVector (3) ---"); diff --git a/test/unit/identity.cc b/test/unit/identity.cc index b1941361..5b97e903 100644 --- a/test/unit/identity.cc +++ b/test/unit/identity.cc @@ -4,7 +4,7 @@ * classes have there root in IdentifiableObject.) * * Current status: With virtual superclasses, you get a class - * hierarchie "root -> A -> B -> C", so that the first part of this + * hierarchy "root -> A -> B -> C", so that the first part of this * example works actually (C is a subclass of A and of B), but the * second fails (it should print "false", but it is erroneously * assumed that B is a subclass of A.) -- cgit v1.2.3