Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
53e14817
...
53e14817a7de9262d61981a86eb65fb2675f0e92
authored
2016-12-13 17:40:20 +0200
by
Jordi Mallach
Committed by
Sergey Poznyakoff
2016-12-13 17:40:20 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix spelling errors
1 parent
5d4b76c5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
examples/nntpclient.c
imap4d/uid.c
mail/mailvar.c
mu/shell.c
examples/nntpclient.c
View file @
53e1481
...
...
@@ -953,7 +953,7 @@ com_info (char *arg)
if
(
!
printed
)
{
printf
(
"No commands match `%s'. Possibilties are:
\n
"
,
arg
);
printf
(
"No commands match `%s'. Possibil
i
ties are:
\n
"
,
arg
);
for
(
i
=
0
;
commands
[
i
].
name
;
i
++
)
{
...
...
imap4d/uid.c
View file @
53e1481
...
...
@@ -49,7 +49,7 @@ imap4d_uid (struct imap4d_session *session,
rc
=
imap4d_search0
(
tok
,
1
,
&
err_text
);
else
{
err_text
=
"Uknown uid command"
;
err_text
=
"U
n
known uid command"
;
rc
=
RESP_BAD
;
}
return
io_completion_response
(
command
,
rc
,
"%s %s"
,
cmd
,
err_text
);
...
...
mail/mailvar.c
View file @
53e1481
...
...
@@ -121,7 +121,7 @@ struct mailvar_symbol mailvar_tab[] =
N_
(
"input message is terminated with a dot alone on a line"
)
},
{
{
"editheaders"
,
},
MAILVAR_TYPEMASK
(
mailvar_type_boolean
),
N_
(
"allow
to edit
message headers while composing"
)
},
N_
(
"allow
editing
message headers while composing"
)
},
{
{
"emptystart"
,
},
MAILVAR_TYPEMASK
(
mailvar_type_boolean
),
N_
(
"start interactive mode if the mailbox is empty"
)
},
...
...
mu/shell.c
View file @
53e1481
...
...
@@ -226,7 +226,7 @@ shell_help (int argc, char **argv)
print_comtab
(
mu_strout
,
com
);
else
{
mu_printf
(
"No commands match `%s'. Possibilties are:
\n
"
,
name
);
mu_printf
(
"No commands match `%s'. Possibil
i
ties are:
\n
"
,
name
);
list_commands
(
shell_comtab
,
name
);
}
}
...
...
Please
register
or
sign in
to post a comment