summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-11 07:19:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:27:02 +0100
commitfe155a19f26ba1aa64c62a8dd4cdd4df09af5c1b (patch)
tree4eb0bf0b7024d4dc06a358b46254a03a1aede169 /documentation
parent65485af49bdee6a1ff0efe6842d4169f137d9afc (diff)
downloadpoky-fe155a19f26ba1aa64c62a8dd4cdd4df09af5c1b.tar.gz
documentation/dev-manual/dev-manual-newbie.xml: wording change.
(From yocto-docs rev: 752f43be2f5746d239a937d6b5ca8c5d6d83eac0) 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 b614804bc1..c4872547d5 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -410,7 +410,7 @@
410 For more detailed information about these strategies see 410 For more detailed information about these strategies see
411 <ulink url='http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html'>Git Workflows</ulink>. 411 <ulink url='http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html'>Git Workflows</ulink>.
412 <itemizedlist> 412 <itemizedlist>
413 <listitem><para><emphasis>Small Changes</emphasis> - It is best to keep your changes you commit 413 <listitem><para><emphasis>Make Small Changes</emphasis> - It is best to keep your changes you commit
414 small as compared to bundling many disparate changes into a single commit. 414 small as compared to bundling many disparate changes into a single commit.
415 This practice not only keeps things manageable but also allows the maintainer 415 This practice not only keeps things manageable but also allows the maintainer
416 to more easily include or refuse changes.</para></listitem> 416 to more easily include or refuse changes.</para></listitem>