From 017a975ec26b7267920cd87abcd175dcb8096d66 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 26 Sep 2013 13:04:27 +0000 Subject: * ext/digest/digest.c: [DOC] typo in overview by @chastell [Fixes GH-399] https://github.com/ruby/ruby/pull/399 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/digest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/digest') diff --git a/ext/digest/digest.c b/ext/digest/digest.c index c603441409..8cd8f40c85 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -30,8 +30,7 @@ RUBY_EXTERN void Init_digest_base(void); * * This module provides a framework for message digest libraries. * - * You may want to look at OpenSSL::Digest as it supports support more - * algorithms. + * You may want to look at OpenSSL::Digest as it supports more algorithms. * * A cryptographic hash function is a procedure that takes data and return a * fixed bit string : the hash value, also known as _digest_. Hash functions -- cgit v1.2.3