From 017a975ec26b7267920cd87abcd175dcb8096d66 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 26 Sep 2013 13:04:27 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ ext/digest/digest.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89d2d23e9d..d6a3f62238 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 26 22:03:15 2013 Zachary Scott + + * ext/digest/digest.c: [DOC] typo in overview by @chastell + [Fixes GH-399] https://github.com/ruby/ruby/pull/399 + Thu Sep 26 22:00:42 2013 Zachary Scott * ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric 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