Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo #35

Closed
johnsonjh opened this issue Mar 25, 2022 · 2 comments · Fixed by #37
Closed

Small typo #35

johnsonjh opened this issue Mar 25, 2022 · 2 comments · Fixed by #37

Comments

@johnsonjh
Copy link
Collaborator

johnsonjh commented Mar 25, 2022

diff --git a/src/dbg.c b/src/dbg.c
index ddfee79..07ca718 100644
--- a/src/dbg.c
+++ b/src/dbg.c
@@ -23,21 +23,21 @@ void print_usage(void)
            "Environment variables:\n"
            "  %-18s  Base name of a file to write the debug log, defaults to\n"
            "\t\t      the exe name if not given.\n"
            "  %-18s  List of debug options to activate, from the following:\n"
            "\t\t      'cpu', 'int', 'port', 'dos', 'video'.\n"
            "  %-18s  DOS program name, if not given use the unix name.\n"
            "  %-18s  DOS default (current) drive letter, if not given use 'C:'\n"
            "  %-18s  DOS current working directory, use 'C:\\' if not given.\n"
            "  %-18s  Set unix path as root of drive 'n', by default all drives\n"
            "\t\t      point to the unix working directory.\n"
-           "  %-18s  Set DOS code-page. Set to '?' to show lost of code-pages.\n"
+           "  %-18s  Set DOS code-page. Set to '?' to show list of code-pages.\n"
            "  %-18s  Limit DOS memory to 512KB, fixes some old buggy programs.\n"
            "  %-18s  Specifies a DOS append paths, separated by ';'.\n",
            prog_name, ENV_DBG_NAME, ENV_DBG_OPT, ENV_PROGNAME, ENV_DEF_DRIVE, ENV_CWD,
            ENV_DRIVE "n", ENV_CODEPAGE, ENV_LOWMEM, ENV_APPEND);
     exit(EXIT_SUCCESS);
 }

 void print_usage_error(const char *format, ...)
 {
     va_list ap;
@dmsc
Copy link
Owner

dmsc commented Mar 25, 2022

Thanks.

do you want to create a pull-request so I merge it, or I create a new commit?

@johnsonjh
Copy link
Collaborator Author

I'll do it for you, one moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants