Re: [hatari-devel] Some typos |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 09/05/2015 05:47, David Savinkoff a écrit :
hatari/tools/CMakeLists.txt has a typo on line 10
causing this install error:
CMake Error at tools/cmake_install.cmake:36 (FILE):
file INSTALL cannot find
"hatari/tools/atari-conver-dir.py".
Call Stack (most recent call first):
cmake_install.cmake:39 (INCLUDE)
make: *** [install/strip] Error 1
**** More typos ****
exemple -> example
$ find . -print0 | xargs -0 grep exemple
./src/blitter.c: * Based on several exemples, possible sequence when starting the blitter seems to be :
reseted -> reset (reset never has an 'ed' suffix)
$ find . -print0 | xargs -0 grep reseted
./doc/release-notes.txt: related callstack information from being reseted on breakpoint match
./doc/manual.html:<p>Some of the run-time changes require emulation to be reseted for them
./doc/manual.html:will be reseted to PC address every time you re-enter the debugger.
$
Hi
thanks, that's fixed
Nicolas