Author: trygvis Date: Fri Sep 16 08:20:14 2005 New Revision: 289576 URL: http://svn.apache.org/viewcvs?rev=289576&view=rev Log: o Fixing a couple of typos, thanks to Julien Kirch.
Modified: maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt Modified: maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt?rev=289576&r1=289575&r2=289576&view=diff ============================================================================== --- maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt (original) +++ maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt Fri Sep 16 08:20:14 2005 @@ -53,7 +53,7 @@ * Creating and submitting a patch When you have either completed an issue or just want some feedback on the work you have done, create a patch - and attache the patch to the issue in question. We have a couple of guidelines when creating patches: + and attach the patch to the issue in question. We have a couple of guidelines when creating patches: * Always create the patch from the root of the maven project, i.e. where the pom.xml file is. @@ -132,7 +132,7 @@ * Plexus - Plexus is a full-fledged container supporting different cinds of component lifecycles. It's native lifecycle + Plexus is a full-fledged container supporting different kinds of component lifecycles. It's native lifecycle is like any other modern IoC container, using field injection of both requirements and configuration. All core Maven 2 functionality are Plexus components. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]