You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/11/25 18:08:56 UTC

svn commit: r884197 - /maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt

Author: pgier
Date: Wed Nov 25 17:08:56 2009
New Revision: 884197

URL: http://svn.apache.org/viewvc?rev=884197&view=rev
Log:
Fix type in site docs.

Modified:
    maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt

Modified: maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt?rev=884197&r1=884196&r2=884197&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt (original)
+++ maven/ant-tasks/trunk/src/site/apt/examples/dependencies.apt Wed Nov 25 17:08:56 2009
@@ -137,7 +137,7 @@
   attribute, and the <<<scopes>>> attribute.  One or the other of these attributes should be used
   but not both.
 
-  The <<<useScopes>>> follows the Maven conventions for scoping behaviour.  This means the attribute
+  The <<<useScope>>> attribute follows the Maven conventions for scoping behaviour.  This means the attribute
   can be set to one of three possible scopes: compile, runtime, or test.  These scopes will
   behave as follows.