Revision
3138
Author
ernest.prabhakar@gmail.com
Date
2009-12-18 17:49:41 -0800 (Fri, 18 Dec 2009)

Log Message

Typo in rubyc man page

Modified Paths

Diff

Modified: MacRuby/trunk/rubyc.1 (3137 => 3138)


--- MacRuby/trunk/rubyc.1	2009-12-19 01:16:23 UTC (rev 3137)
+++ MacRuby/trunk/rubyc.1	2009-12-19 01:49:41 UTC (rev 3138)
@@ -111,7 +111,7 @@
 .Nm ruby_deploy
 (via the Xcode target) when deploying Cocoa applications.  However, calling
 .Nm rubyc
-provides greater control, and allows you to create libraries, and standalone executables. 
+provides greater control, and allows you to create libraries and standalone executables. 
 .Pp
 The easiest way to compile an existing project is to generate loadable object bundles for every Ruby source file, e.g., using the
 .Fl C