dovecot: equilevant -> equivalent

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 31 17:31:07 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/0269d0c563ea
changeset: 7203:0269d0c563ea
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 31 17:31:04 2008 +0200
description:
equilevant -> equivalent

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/login-common/main.c |    2 +-

diffs (12 lines):

diff -r ace71babd1ec -r 0269d0c563ea src/login-common/main.c
--- a/src/login-common/main.c	Thu Jan 31 17:06:18 2008 +0200
+++ b/src/login-common/main.c	Thu Jan 31 17:31:04 2008 +0200
@@ -437,7 +437,7 @@ int main(int argc ATTR_UNUSED, char *arg
 	if (is_inetd) {
 		if (net_getpeername(1, &remote_ip, &remote_port) < 0) {
 			i_fatal("%s can be started only through dovecot "
-				"master process, inetd or equilevant", argv[0]);
+				"master process, inetd or equivalent", argv[0]);
 		}
 		if (net_getsockname(1, &local_ip, &local_port) < 0) {
 			memset(&local_ip, 0, sizeof(local_ip));


More information about the dovecot-cvs mailing list