You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2008/01/27 23:21:42 UTC

svn commit: r615666 - /incubator/buildr/trunk/lib/java/compilers.rb

Author: boisvert
Date: Sun Jan 27 14:21:41 2008
New Revision: 615666

URL: http://svn.apache.org/viewvc?rev=615666&view=rev
Log:
Fix typo

Modified:
    incubator/buildr/trunk/lib/java/compilers.rb

Modified: incubator/buildr/trunk/lib/java/compilers.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/java/compilers.rb?rev=615666&r1=615665&r2=615666&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/java/compilers.rb (original)
+++ incubator/buildr/trunk/lib/java/compilers.rb Sun Jan 27 14:21:41 2008
@@ -13,7 +13,7 @@
     # and sets the target directory to target/classes (or target/test/classes).
     #
     # Accepts the following options:
-    # * :wranings    -- Issue warnings when compiling.  True when running in verbose mode.
+    # * :warnings    -- Issue warnings when compiling.  True when running in verbose mode.
     # * :debug       -- Generates bytecode with debugging information.  Set from the debug
     #                   environment variable/global option.
     # * :deprecation -- If true, shows deprecation messages.  False by default.