diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 02:30:41 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 02:30:41 +0000 |
commit | 4d90eee4f5482f21d9f0a628fb32a106bd4cc9f8 (patch) | |
tree | 14611853aeb1862221e42fe8879299adf3b638a2 /lib-src/movemail.c | |
parent | 4caf292da65c090bd7ad9b56a69fc5f5472a2088 (diff) | |
download | emacs-4d90eee4f5482f21d9f0a628fb32a106bd4cc9f8.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 7c647676ff5..8ccf6ce554a 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -702,7 +702,7 @@ char Errmsg[200]; /* POP errors, at least, can exceed the original length of 80. */ /* - * The full legal syntax for a POP mailbox specification for movemail + * The full valid syntax for a POP mailbox specification for movemail * is "po:username:hostname". The ":hostname" is optional; if it is * omitted, the MAILHOST environment variable will be consulted. Note * that by the time popmail() is called the "po:" has been stripped |