summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 11:20:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:28 +0100
commit2977ae4021a4e286ec2b22cdb3edb76f73ffa6d4 (patch)
treec54d1485d774ef8e7a395ce44365028c8b4bfda3 /documentation
parent52780ddb3e0f285fbe9cc3918f507ecfa56eaf8e (diff)
downloadpoky-2977ae4021a4e286ec2b22cdb3edb76f73ffa6d4.tar.gz
documentation: dev-manual - grammar fix.
(From yocto-docs rev: 0c6804e0c9c3721964f5780f6ce6d56ec813fd47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index de4abcc635..5404ca9ef8 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -382,7 +382,7 @@
382 <para>Finally, if you want to track a set of local changes while starting from the same point 382 <para>Finally, if you want to track a set of local changes while starting from the same point
383 as a release tarball, you can create a local Git branch that 383 as a release tarball, you can create a local Git branch that
384 reflects the exact copy of the files at the time of their release. 384 reflects the exact copy of the files at the time of their release.
385 You do this using Git tags that are part of the repository.</para> 385 You do this by using Git tags that are part of the repository.</para>
386 386
387 <para>For more information on concepts around Git repositories, branches, and tags, 387 <para>For more information on concepts around Git repositories, branches, and tags,
388 see the 388 see the