From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:20:22 +0000 (-0700) Subject: documentation: dev-manual - grammar fix. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2977ae4021a4e286ec2b22cdb3edb76f73ffa6d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: dev-manual - grammar fix. (From yocto-docs rev: 0c6804e0c9c3721964f5780f6ce6d56ec813fd47) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index de4abcc6350..5404ca9ef8e 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -382,7 +382,7 @@ Finally, if you want to track a set of local changes while starting from the same point as a release tarball, you can create a local Git branch that reflects the exact copy of the files at the time of their release. - You do this using Git tags that are part of the repository. + You do this by using Git tags that are part of the repository. For more information on concepts around Git repositories, branches, and tags, see the