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
a9d03622
...
a9d03622b3c45fa00845fc465cf1acccb2ddc9bf
authored
2002-12-25 20:32:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typo in docstring.
1 parent
104f1b9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/popauth.c
pop3d/popauth.c
View file @
a9d0362
...
...
@@ -52,7 +52,7 @@ int (*ftab[]) __P((struct action_data *)) = {
};
const
char
*
argp_program_version
=
"popauth ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU popauth -- manage pop3 authentcation database"
);
static
char
doc
[]
=
N_
(
"GNU popauth -- manage pop3 authent
i
cation database"
);
static
error_t
popauth_parse_opt
__P
((
int
key
,
char
*
arg
,
struct
argp_state
*
astate
));
...
...
Please
register
or
sign in
to post a comment