aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_hmac.c
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-05-04 19:27:19 -0700
committerZachary Scott <e@zzak.io>2015-05-04 19:27:19 -0700
commite4034b74a1bd92c05114bc8330e7ca400c8284f6 (patch)
treeb10a9abbdff37e37a728a7b6115cb72b05eaeb18 /ext/openssl/ossl_hmac.c
parentfe8822ad49b02b9c815b21c2bacb4a2c2f74bcae (diff)
downloadruby-openssl-e4034b74a1bd92c05114bc8330e7ca400c8284f6.tar.gz
Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typos
See also r50351 from ruby/ruby#876
Diffstat (limited to 'ext/openssl/ossl_hmac.c')
-rw-r--r--ext/openssl/ossl_hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_hmac.c b/ext/openssl/ossl_hmac.c
index 74fc962b..118af617 100644
--- a/ext/openssl/ossl_hmac.c
+++ b/ext/openssl/ossl_hmac.c
@@ -5,7 +5,7 @@
* All rights reserved.
*/
/*
- * This program is licenced under the same licence as Ruby.
+ * This program is licensed under the same licence as Ruby.
* (See the file 'LICENCE'.)
*/
#if !defined(OPENSSL_NO_HMAC)