public
Rubygem
Fork of pragdave/codex
Description: Simple tool for creating source-code intensive presentations and courses
Clone URL: git://github.com/brandon/codex.git
Search Repo:
fix typos in generator
brandon (author)
Tue Jul 22 06:42:15 -0700 2008
commit  ffddea225fa05307e73632287a3ec8acb6d22be3
tree    2267e2a2e4e59081314dabd2c5ac1abd27617c5c
parent  1aee599ee3c78c4e65b419771c8bba5e4aabe871
...
66
67
68
69
70
 
 
71
72
73
...
66
67
68
 
 
69
70
71
72
73
0
@@ -66,8 +66,8 @@ class CodexGenerator < RubiGen::Base
0
   protected
0
     def banner
0
       <<-EOS
0
-Creates a Codex presentations.
0
-Codex is imple tool for creating source-code intensive presentations and courses
0
+Creates a Codex presentation.
0
+Codex is simple tool for creating source-code intensive presentations and courses
0
 
0
 USAGE: #{spec.name} name
0
 EOS

Comments

    No one has commented yet.