summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-16 13:00:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-16 13:00:21 +0000
commit0a5ce153d6f949c0107c4acc3c6572878d3aa2a3 (patch)
tree9f9ff956a45c228deefa7a3b50f3dadc48f44900 /lib/tempfile.rb
parent72e0b10567bc33be27a7c609f885cf43c95ec845 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@20 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tempfile.rb')
-rw-r--r--lib/tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index 90d3a65c77..a6ffaa55fe 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -1,7 +1,7 @@
#
# $Id$
# Copyright (C) 1998 akira yamada. All rights reserved.
-# This file can be distributed under the terms the Ruby.
+# This file can be distributed under the terms of the Ruby.
# The class for temporary files.
# o creates a temporary file, which name is "basename.pid.n" with mode "w+".