mirror of
https://github.com/simh/simh.git
synced 2026-01-31 13:53:10 +00:00
SIMH: Fix spelling errors in comments and strings
This commit is contained in:
committed by
Mark Pizzolato
parent
32d6b09c8e
commit
c7df248f09
@@ -81,7 +81,7 @@ t_stat sim_copyfile (const char *source_file, const char *dest_file, t_bool over
|
||||
char *sim_filepath_parts (const char *pathname, const char *parts);
|
||||
const char *sim_relative_path (const char *filepath);
|
||||
char *sim_getcwd (char *buf, size_t buf_size);
|
||||
typedef void (*DIR_ENTRY_CALLBACK)(const char *directory,
|
||||
typedef void (*DIR_ENTRY_CALLBACK)(const char *directory,
|
||||
const char *filename,
|
||||
t_offset FileSize,
|
||||
const struct stat *filestat,
|
||||
|
||||
Reference in New Issue
Block a user