- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04376 | Misc. | Typo | Always | Jun 16, 2011, 16:36 | Jun 16, 2011, 17:27 |
Tester | marcello_ | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Fixed | OS | Linux | |
Status [?] | Resolved | Driver | |||
Version | 0.142 | Fixed in Version | 0.142u6 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04376: Typo in lib/util/opresolv.c | ||||
Description |
While running the lintian package checker on my self compiled mame I got the following warning: lintian -I -i mame_0.142-2_i386.deb I: mame: spelling-error-in-binary ./usr/games/mame Paramter Parameter indeed while grepping through the code I noticed: grep -rw Paramter src/* src/lib/util/opresolv.c: "Paramter specified multiple times", I hope I am not too fussy by reporting such a thing ! |
||||
Steps To Reproduce | grep | ||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.07541
Tafoid Administrator
Jun 16, 2011, 16:55
|
Well, to waste the time to fill out a whole bug report for 1 missing letter in a sentence, it might be. If you have similar things like this (trivial typos, misspellings), I'd like to see them posted at the SDLMAME forum. It'll be less work for everyone and it will be seen just as quickly if not quicker there. Better yet, a properly made .DIFF file making the change and submitting to: submit@mamedev.org Info on .diff making and submitting: http://mamedev.org/devwiki/index.php/Submitting_Source_Code |
---|---|
No.07542
marcello_ Tester
Jun 16, 2011, 17:27
|
hum, I see on the link you gave: Cosmetic changes to the source are best left up to the core developers. If your change doesn't add anything worthwhile to the actual code, it is not worth your time to submit it. |