From aecd0d0adf59a1555efa373476761d915aef298f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 5 Mar 2015 19:48:34 -0800 Subject: ruby: fix stupid typo --- ruby/action.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/action.cc b/ruby/action.cc index e8f50a843..0e6866458 100644 --- a/ruby/action.cc +++ b/ruby/action.cc @@ -137,7 +137,7 @@ namespace { using OptionsClass = PretendActionOptions; static constexpr const char *ActionClassName = "PretendAction"; - static VALUE BoxedTYpe() { return c_pretend_action; } + static VALUE BoxedType() { return c_pretend_action; } }; template <> @@ -153,7 +153,7 @@ namespace { using OptionsClass = UninstallActionOptions; static constexpr const char *OptionClassName = "UninstallAction"; - static VALUE BoxedTYpe() { return c_uninstall_action; } + static VALUE BoxedType() { return c_uninstall_action; } }; /* -- cgit v1.2.3