X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/34035df32674d5a6a4eb4112dfa5ea69b4dec64f..8e6208c5d2c91d70f2338d1c3d788e194c6c9d52:/lib-src/movemail.c diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 0cbd426478..0286b65af6 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -167,7 +167,7 @@ main (argc, argv) if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0) pfatal_with_name (outname); - /* Also check that outname's directory is writeable to the real uid. */ + /* Also check that outname's directory is writable to the real uid. */ { char *buf = (char *) xmalloc (strlen (outname) + 1); char *p;