summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 02:19:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-23 02:19:00 +0000
commit38d2bcf47cf52dd00a3632aef16ab1b258def01b (patch)
tree520df12404aa5fd030a55c653cb46d1039077ecb
parent00ac002f79d201db14734a0d997d35985f6aabce (diff)
typo in comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 936eb190db..483beea2db 100644
--- a/eval.c
+++ b/eval.c
@@ -131,7 +131,7 @@ int ruby_safe_level = 0;
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
2 - process/file operations prohibited
- 3 - all genetated objects are tainted
+ 3 - all generated objects are tainted
4 - no global (non-tainted) variable modification/no direct output
*/