summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@ruby-lang.org>2013-12-22 18:21:14 +0000
committerzzak <zzak@ruby-lang.org>2013-12-22 18:21:14 +0000
commitad279994b77c78f83ad3c472c8d704647b7dadd5 (patch)
tree718d9285b5ccc2fb91bd7049d14fa948e102d014
parentea05a5fca5a9df0574270bb6bc18b7cd48128641 (diff)
downloadruby-openssl-history-ad279994b77c78f83ad3c472c8d704647b7dadd5.tar.gz
* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
[Fixes GH-485] https://github.com/ruby/ruby/pull/485 * ext/openssl/ossl_config.c: ditto * lib/rss/utils.rb, lib/time.rb: ditto * test/ruby/envutil.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/openssl/ossl_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c
index 0f25a19..140f5c3 100644
--- a/ext/openssl/ossl_config.c
+++ b/ext/openssl/ossl_config.c
@@ -17,7 +17,7 @@
VALUE cConfig;
/* Document-class: OpenSSL::ConfigError
*
- * General error for openssl library configuration files. Including formating,
+ * General error for openssl library configuration files. Including formatting,
* parsing errors, etc.
*/
VALUE eConfigError;