From 06c6ab430b223f6923fe74a4b8d11f3e626848a8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 15 Jan 2020 21:41:39 -0700 Subject: * Fix a number of misspellings in the source code of Alpine. I hav only fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener. --- alpine/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alpine/init.c') diff --git a/alpine/init.c b/alpine/init.c index 260b8d99..13c6c57c 100644 --- a/alpine/init.c +++ b/alpine/init.c @@ -38,7 +38,7 @@ static char rcsid[] = "$Id: init.c 101 2006-08-10 22:53:04Z mikes@u.washington.e /* these are used to report folder directory creation problems */ CONF_TXT_T init_md_exists[] = "The \"%s\" subdirectory already exists, but it is not writable by Alpine so Alpine cannot run. Please correct the permissions and restart Alpine."; -CONF_TXT_T init_md_file[] = "Alpine requires a directory called \"%s\" and usualy creates it. You already have a regular file by that name which means Alpine cannot create the directory. Please move or remove it and start Alpine again."; +CONF_TXT_T init_md_file[] = "Alpine requires a directory called \"%s\" and usually creates it. You already have a regular file by that name which means Alpine cannot create the directory. Please move or remove it and start Alpine again."; CONF_TXT_T init_md_create[] = "Creating subdirectory \"%s\" where Alpine will store its mail folders."; -- cgit v1.2.3-54-g00ecf