diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-13 10:17:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-13 21:48:38 +0100 |
commit | 7eea637db092eb024160af5e76fcf79fcb53c968 (patch) | |
tree | 28737aa93c7a4cdde3ca8d019ec65aed299edc5b | |
parent | a45fafcada16756ce05b50641168ab10b12e184f (diff) | |
download | ast2050-yocto-poky-7eea637db092eb024160af5e76fcf79fcb53c968.zip ast2050-yocto-poky-7eea637db092eb024160af5e76fcf79fcb53c968.tar.gz |
documentation/dev-manual/dev-manual-newbie.xml: Suggestions Robert Berger
I made several edits here. There is some mystery as to which changes
are actually part of this commit. I did a 'git diff' and am only seeing
one small change. If I later find they are not there I will delete the
file and replace with a back up I saved prior to submitting this commit.
(From yocto-docs rev: 62c63b3a812eaf92ca2bffa5714a6d327ac32d64)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
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 dc706dd..acb4731 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -613,7 +613,7 @@ <para> If you have a just a few changes you can commit them and then submit them as an email to the maintainer. - Here is the general procedure: + Here is a general procedure: <itemizedlist> <listitem><para>Make your changes in your local Git repository.</para></listitem> <listitem><para>Stage your commit (or change) by using the <filename>git add</filename> |