summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 01:14:25 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 01:14:25 +0000
commit8523343780f3544bdef9fa68936f670c794999b6 (patch)
tree747066cc9488b1ef166b006d56bf31a5b99b584d
parentb4268bf067e8472fa723e083119bdd8e8335cf9b (diff)
* cosmetic: fixed a typo in RDoc comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index c4dec2f812..36df242ee5 100644
--- a/time.c
+++ b/time.c
@@ -67,7 +67,7 @@ time_modify(VALUE time)
* Document-method: now
*
* Synonym for <code>Time.new</code>. Returns a +Time+ object
- * initialized tot he current system time.
+ * initialized to the current system time.
*/
/*