summaryrefslogtreecommitdiff
path: root/sample/rename.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/rename.rb')
-rw-r--r--sample/rename.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rename.rb b/sample/rename.rb
index cacb2b7508..2d1b62ea8f 100644
--- a/sample/rename.rb
+++ b/sample/rename.rb
@@ -268,7 +268,7 @@ gsub!(/\bscan_oct\b/,"ruby_scan_oct")
gsub!(/\bconst_defined\b/,"rb_const_defined")
gsub!(/\bconst_defined_at\b/,"rb_const_defined_at")
gsub!(/\bconst_get\b/,"rb_const_get")
-gsub!(/\bconst_get_at\b/,"rb_const_get_at")
+gsub!(/\bconst_get_at\b/,"rb_const_get")
gsub!(/\bconst_set\b/,"rb_const_set")
gsub!(/\bf_autoload\b/,"rb_f_autoload")
gsub!(/\bf_global_variables\b/,"rb_f_global_variables")