1
0
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:
Peter Schorn
2024-07-16 12:04:53 -10:00
committed by Mark Pizzolato
parent 32d6b09c8e
commit c7df248f09
32 changed files with 2021 additions and 2021 deletions

View File

@@ -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,