NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/57803: Typo in cd9660/t_high_ino_big_file.sh, change from "isssues" to "issues"



>Number:         57803
>Category:       misc
>Synopsis:       Typo in cd9660/t_high_ino_big_file.sh, change from "isssues" to "issues"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 30 10:05:00 +0000 2023
>Originator:     rilysh
>Release:        N/A
>Organization:
N/A
>Environment:
N/A
>Description:
I was just looking for test files and suddenly came across this typo.

GitHub: https://github.com/NetBSD/src/blob/0aa7982a1c9b609ae34a4195d2d1eec8476e38cd/tests/fs/cd9660/t_high_ino_big_file.sh#L72

CVS: http://cvsweb.netbsd.org/bsdweb.cgi/src/tests/fs/cd9660/t_high_ino_big_file.sh?rev=1.4&content-type=text/x-cvsweb-markup&only_with_tag=MAIN
>How-To-Repeat:

>Fix:
A tiny diff:

--- a.diff	2023-12-30 04:58:53.151772324 -0500
+++ b.diff	2023-12-30 04:59:07.402324475 -0500
@@ -69,7 +69,7 @@
 
 atf_test_case pr_kern_48787 cleanup
 pr_kern_48787_head() {
-	atf_set "descr" "Verifies 32bit overflow isssues from PR kern/48787 are fixed"
+	atf_set "descr" "Verifies 32bit overflow issues from PR kern/48787 are fixed"
 	atf_set "require.user" "root"
 	atf_set "require.progs" "rump_cd9660 bunzip2 stat"
 	atf_set "timeout" 6000



Home | Main Index | Thread Index | Old Index