From ed0736ddda65c9914f6f5f08fef22e1f76263d8c Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 11 Jul 2013 04:49:33 +0000 Subject: * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357] https://github.com/ruby/ruby/pull/357 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ sprintf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a93d17bf2..3d37c62dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 11 13:48:03 2013 Zachary Scott + + * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357] + https://github.com/ruby/ruby/pull/357 + Thu Jul 11 13:00:34 2013 Zachary Scott * lib/securerandom.rb: Refactor conditions by Rafal Chmiel diff --git a/sprintf.c b/sprintf.c index b66d34e055..09876bf812 100644 --- a/sprintf.c +++ b/sprintf.c @@ -401,7 +401,7 @@ get_hash(volatile VALUE *hash, int argc, const VALUE *argv) * For more complex formatting, Ruby supports a reference by name. * %s style uses format style, but %{name} style doesn't. * - * Exapmles: + * Examples: * sprintf("%d : %f", { :foo => 1, :bar => 2 }) * #=> 1 : 2.000000 * sprintf("%{foo}f", { :foo => 1 }) -- cgit v1.2.3