aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-06-30 09:31:21 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-06-30 09:31:21 +0300
commit643a00fef4328566c437f9f3db293ad764f00e58 (patch)
treea67ebc9d21f5ae9264a3653ff215765b41383728 /src
parent7049008599af75c4712b809d934b060fa38d4393 (diff)
downloadmailfromd-643a00fef4328566c437f9f3db293ad764f00e58.tar.gz
mailfromd-643a00fef4328566c437f9f3db293ad764f00e58.tar.bz2
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/builtin/io.bi2
-rw-r--r--src/prog.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/builtin/io.bi b/src/builtin/io.bi
index 6d80239c..c43ef7bb 100644
--- a/src/builtin/io.bi
+++ b/src/builtin/io.bi
@@ -358,7 +358,7 @@ open_program_stream_ioe(eval_environ_t env,
else
stderr_handler(err, arg, cmdline);
- /* Close unneded descripitors */
+ /* Close unneeded descriptors */
close_fds_above(2);
MF_DEBUG(MU_DEBUG_TRACE3, ("running %s", cmdline));
diff --git a/src/prog.c b/src/prog.c
index e88c87c7..56f9cdf0 100644
--- a/src/prog.c
+++ b/src/prog.c
@@ -225,7 +225,7 @@ disable_prog_trace(const char *modlist)
See comment to env_fixup_autos, below. */
#define MAX_AUTO_PTR 128
-#define ENVF_MSGMOD 0x01 /* message modofication instruction has been used */
+#define ENVF_MSGMOD 0x01 /* message modification instruction has been used */
struct exception_context {
prog_counter_t pc;

Return to:

Send suggestions and report system problems to the System administrator.