--- gvpe/configure.ac 2005/12/05 13:00:15 1.43 +++ gvpe/configure.ac 2007/01/31 14:02:33 1.44 @@ -343,7 +343,7 @@ DIGEST=ripemd160 AC_ARG_ENABLE(digest, [AS_HELP_STRING(--enable-digest,[ - Select the digets algorithm to use (default "ripemd160"). Must be one of + Select the digest algorithm to use (default "ripemd160"). Must be one of "sha1", "ripemd160", "md5" or "md4" (insecure).])], if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi