diff mbox series

[2/2] docs: Fix typo 'entires' -> 'entries'

Message ID 20210831122554.14590-2-rpalethorpe@suse.com
State Accepted
Headers show
Series [1/2] docs: rm explicit reference to checkpatch.pl | expand

Commit Message

Richard Palethorpe Aug. 31, 2021, 12:25 p.m. UTC
Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
 doc/test-writing-guidelines.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Vorel Aug. 31, 2021, 12:50 p.m. UTC | #1
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Thanks!
Cyril Hrubis Aug. 31, 2021, 1:19 p.m. UTC | #2
Hi!
This is obviously fine.

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Petr Vorel Sept. 1, 2021, 7:40 a.m. UTC | #3
Hi Richie, Cyril,

thanks, merged!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/doc/test-writing-guidelines.txt b/doc/test-writing-guidelines.txt
index e95373e84..12fe4922a 100644
--- a/doc/test-writing-guidelines.txt
+++ b/doc/test-writing-guidelines.txt
@@ -307,7 +307,7 @@  NOTE: See also
 1. Test compiles and runs fine (check with `-i 10` too)
 2. `make check` does not emit any warnings for the test you are working on
    (hint: run it in the test's directory and/or use `make check-$TCID`)
-3. The runtest entires are in place
+3. The runtest entries are in place
 4. Test binaries are added into corresponding '.gitignore' files
 5. Patches apply over the latest git