Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112455 - Spelling error in app-cdr/cdrtools files (all versions currently in portage)
Summary: Spelling error in app-cdr/cdrtools files (all versions currently in portage)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-13 14:28 UTC by John Galt
Modified: 2005-11-13 14:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for dump.c, worked on all versions of cdrtools that I used it on (dump.c.patch,477 bytes, patch)
2005-11-13 14:29 UTC, John Galt
Details | Diff
corrected spelling error in isodebug.c (isodebug.c.patch,485 bytes, patch)
2005-11-13 14:30 UTC, John Galt
Details | Diff
corrected spelling error in isodump.c (isodump.c.patch,483 bytes, patch)
2005-11-13 14:30 UTC, John Galt
Details | Diff
corrected spelling error in isovfy.c (isovfy.c.patch,481 bytes, patch)
2005-11-13 14:30 UTC, John Galt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Galt 2005-11-13 14:28:46 UTC
"specified" is misspelled as "specified" in app-cdr/cdrtools, in the following
files (unpatched):
dump.c
isodebug.c
isodump.c
isovfy.c

Reproducible: Always
Steps to Reproduce:
1. Look in the files above.
2. Gasp in horror at the spelling errors
3.

Actual Results:  
I gasped in horror. :)

Expected Results:  
It should have spelled specified right.
Comment 1 John Galt 2005-11-13 14:29:41 UTC
Created attachment 72846 [details, diff]
Patch for dump.c, worked on all versions of cdrtools that I used it on
Comment 2 John Galt 2005-11-13 14:30:16 UTC
Created attachment 72847 [details, diff]
corrected spelling error in isodebug.c
Comment 3 John Galt 2005-11-13 14:30:30 UTC
Created attachment 72848 [details, diff]
corrected spelling error in isodump.c
Comment 4 John Galt 2005-11-13 14:30:43 UTC
Created attachment 72849 [details, diff]
corrected spelling error in isovfy.c
Comment 5 John Galt 2005-11-13 14:33:46 UTC
(In reply to comment #0)
> "specified" is misspelled as "specified" in app-cdr/cdrtools, in the following
> files (unpatched):
> dump.c
> isodebug.c
> isodump.c
> isovfy.c

I forgot to mention that all of the files above are in ${P}/mkisofs/diag.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-11-13 14:34:01 UTC
Please, report and send the patches upstream:
http://cdrecord.berlios.de/old/private/problems.html

Thanks.
Comment 7 John Galt 2005-11-13 14:37:42 UTC
Comment on attachment 72846 [details, diff]
Patch for dump.c, worked on all versions of cdrtools that I used it on

>--- mkisofs/diag/dump.c	2004-09-08 10:28:58.000000000 -0700
>+++ mkisofs/diag/dump.c	2005-11-13 14:11:17.000000000 -0800
>@@ -244,7 +244,7 @@
> 	error("\t-version	Print version info and exit\n");
> 	error("\t-i filename	Filename to read ISO-9660 image from\n");
> 	error("\tdev=target	SCSI target to use as CD/DVD-Recorder\n");
>-	error("\nIf neither -i nor dev= are speficied, <image> is needed.\n");
>+	error("\nIf neither -i nor dev= are specified, <image> is needed.\n");
> 	exit(excode);
> }
>
Comment 8 John Galt 2005-11-13 14:38:14 UTC
(In reply to comment #6)
> Please, report and send the patches upstream:
> http://cdrecord.berlios.de/old/private/problems.html
> 
> Thanks.

Ah, okay.