[前][次][番号順一覧][スレッド一覧]

ruby-changes:8056

From: knu <ko1@a...>
Date: Fri, 26 Sep 2008 18:05:44 +0900 (JST)
Subject: [ruby-changes:8056] Ruby:r19581 (trunk): Fix typos in comment.

knu	2008-09-26 18:05:33 +0900 (Fri, 26 Sep 2008)

  New Revision: 19581

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19581

  Log:
    Fix typos in comment.

  Modified files:
    trunk/template/known_errors.inc.tmpl

Index: template/known_errors.inc.tmpl
===================================================================
--- template/known_errors.inc.tmpl	(revision 19580)
+++ template/known_errors.inc.tmpl	(revision 19581)
@@ -1,8 +1,7 @@
-/** -*-c-*-
- * This file is automatically generated by tools/generic_erb.rb
- * DO NOT TOUCH!
- *
- * If you want to fix something, you should edit 'template/knwon_erros.inc.tmpl or defs/knwon_errors.def
+/** -*-c-*- 
+ * DO NOT EDIT
+ * This file is automatically generated by tools/generic_erb.rb from
+ * template/known_errors.inc.tmpl and defs/known_errors.def.
  */
 
 % error_names = ARGF.read.split(/\s+/)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]