summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/contributor-guide/submit-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 53daaf901a..5a6136c8c8 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -460,7 +460,7 @@ or any layer other than :oe_git:`openembedded-core </openembedded-core/>`,
460please add the appropriate prefix so that it is clear which layer the patch is intended 460please add the appropriate prefix so that it is clear which layer the patch is intended
461to be applied to:: 461to be applied to::
462 462
463 git send-email --subject-prefix="meta-oe][PATCH" ... 463 git format-patch --subject-prefix="meta-oe][PATCH" ...
464 464
465.. note:: 465.. note::
466 466