summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 13:17:30 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 13:17:30 +0000
commit3ee0326bf90dfd4d88543ae9d8ca3c8b1ad49235 (patch)
tree62b0c736e56ba07e63bcc413fa4d796f8a30c813 /ChangeLog
parentbf445c240a189ef973d22052d2099efc0f1c0602 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d29b969837..63bf27bb3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Nov 20 21:41:04 2012 Koichi Sasada <ko1@atdot.net>
- * include/ruby/debug.h: introdudced.
+ * include/ruby/debug.h: introduced.
Debugging/profiling features will be located.
* vm_trace.c: expose C-level TracePoint APIs.