diff --git a/doc/confmodule.txt b/doc/confmodule.txt index 9b8267d..ee7f356 100644 --- a/doc/confmodule.txt +++ b/doc/confmodule.txt @@ -29,9 +29,9 @@ the command method takes a NULL-terminated list of arguments to pass to the confmodule. The result is stored in client->value; -Filedescriptors -~~~~~~~~~~~~~~~ -cdebconf opens some aditional fds for the confmodule. Actually they are: +File descriptors +~~~~~~~~~~~~~~~~ +cdebconf opens some additional fds for the confmodule. Actually they are: - 4: original stdin, defined as DEBCONF_OLD_STDIN_FD - 5: original stdout, defined as DEBCONF_OLD_STDOUT_FD diff --git a/doc/modules.txt b/doc/modules.txt index 5199d7d..41ef28e 100644 --- a/doc/modules.txt +++ b/doc/modules.txt @@ -281,7 +281,7 @@ Methods: -All methods returning int should be returnin DC_OK/DC_NOTOK, as above. +All methods returning int should be returning DC_OK/DC_NOTOK, as above. * int initialize(struct frontend *, struct configuration *): Initialize the structure. (For example, connect to X server)