From ef3c25888e5e02c91c81db97612a96aa5b881e08 Mon Sep 17 00:00:00 2001 From: Andrew Kerr Date: Thu, 22 Oct 2020 13:05:41 -0400 Subject: Fix small typo in comment in lib/irb.c --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb.rb') diff --git a/lib/irb.rb b/lib/irb.rb index bdf14f4170..2b3c85a348 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -400,7 +400,7 @@ module IRB irb.run(@CONF) end - # Calls each event hook of IRB.conf[:TA_EXIT] when the current session quits. + # Calls each event hook of IRB.conf[:AT_EXIT] when the current session quits. def IRB.irb_at_exit @CONF[:AT_EXIT].each{|hook| hook.call} end -- cgit v1.2.3