From d9a2b3480ef03b79ea9070de0646d2372491a915 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 15 Apr 2015 01:37:47 +0000 Subject: * doc/contributors.rdoc: fix a typo. Patch by @davydovanton [fix GH-872][ci skip] * doc/syntax/methods.rdoc: ditto. * ext/digest/sha2/sha2.c: ditto. * ext/socket/ipsocket.c: ditto. * ext/tk/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha2/sha2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/digest/sha2/sha2.c') diff --git a/ext/digest/sha2/sha2.c b/ext/digest/sha2/sha2.c index d0629a2b64..1d29ee2d76 100644 --- a/ext/digest/sha2/sha2.c +++ b/ext/digest/sha2/sha2.c @@ -67,7 +67,7 @@ * Please make sure that your system defines BYTE_ORDER. If your * architecture is little-endian, make sure it also defines * LITTLE_ENDIAN and that the two (BYTE_ORDER and LITTLE_ENDIAN) are - * equivilent. + * equivalent. * * If your system does not define the above, then you can do so by * hand like this: -- cgit v1.2.3