diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /lib-src/pop.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r-- | lib-src/pop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 125df24f130..9ae0bf3b0c0 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -906,7 +906,7 @@ pop_reset (server) * Return value: 0 for success, non-zero otherwise with error in * pop_error. * - * Side Effects: The popserver passed in is unuseable after this + * Side Effects: The popserver passed in is unusable after this * function is called, even if an error occurs. */ int @@ -1368,7 +1368,7 @@ fullwrite (fd, buf, nbytes) * * Returns: 0 for success, else for failure and puts error in pop_error. * - * Side effects: On failure, may make the connection unuseable. + * Side effects: On failure, may make the connection unusable. */ static int getok (server) @@ -1439,7 +1439,7 @@ gettermination (server) * try to get the server to quit, but ignoring any responses that * are received. * - * Side effects: The server is unuseable after this function returns. + * Side effects: The server is unusable after this function returns. * Changes made to the maildrop since the session was started (or * since the last pop_reset) may be lost. */ |