- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04227 | Misc. | Typo | Always | Feb 9, 2011, 17:36 | Feb 9, 2011, 21:23 |
Tester | marcello_ | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Fixed | OS | Linux | |
Status [?] | Resolved | Driver | |||
Version | 0.141 | Fixed in Version | 0.141u3 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04227: Multiple Typos with Receive spelled Recieve | ||||
Description |
While building a Mame package on a Debian GNU/Linux system I got the following Info message: I: mame: spelling-error-in-binary ./usr/games/mame Recieve Receive N: N: Lintian found a spelling error in the given binary. Lintian has a list N: of common misspellings that it looks for. Indeed by grep'ing the source code, I found the following source files containing the misspellings: grep -irw recieve src/ src/osd/windows/input.c: // finally, register to recieve raw input WM_INPUT messages src/mame/drivers/toaplan2.c: logerror("write: invalid (R/O) Recieve Buffer Register 0 (RxB0)\n"); src/mame/drivers/toaplan2.c: logerror("write: invalid (R/O) Recieve Buffer Register 0 (RxB1)\n"); src/emu/machine/68681.c: SRn: bit 1 (FFULLn) (this bit we actually emulate; if the recieve fifo for channel n is full, this bit is 1, otherwise it is 0. the recieve fifo should be three words long.) src/emu/machine/68681.c: SRn: bit 0 (RxRDYn) (this bit we also emulate; the bit is always asserted if the recieve fifo is not empty) src/emu/machine/68681.c: ISR: bit 6: Delta Break B; this should be handled elsewhere, on the data recieve handler src/emu/machine/68681.c: ISR: bit 2: Delta Break A; this should be handled elsewhere, on the data recieve handler src/emu/cpu/mn10200/mn10200.c:// log_event("MN102", "Serial %d transmit=%s, recieve=%s, break=%s, proto=%s, order=%s", src/emu/cpu/tms32025/tms32025.c:// logerror("TMS32025: Active RINT (Serial recieve)\n"); |
||||
Steps To Reproduce | grep -irw recieve in the source code | ||||
Additional Information | Don't want to be the smart ass mentioned here http://www.urbandictionary.com/define.php?term=recieve , but well a typo is a typo :) | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.07182
hap Developer
Feb 9, 2011, 21:23
|
Lintian is nitpicky :P |
---|