diff options
Diffstat (limited to 'ruby/action.cc')
-rw-r--r-- | ruby/action.cc | 4 |
1 files 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; } }; /* |