From c37879043465290df24428d021def33002a02d06 Mon Sep 17 00:00:00 2001 From: Daniel Takamori Date: Mon, 25 Feb 2019 14:08:42 -0800 Subject: [PATCH] fix some typos in the gerrit docs Change-Id: I85c78a57bf1c0f2f00810471de2541877b3c9047 Signed-off-by: Daniel Takamori --- docs/gerrit.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gerrit.rst b/docs/gerrit.rst index be4df8c..623dd81 100644 --- a/docs/gerrit.rst +++ b/docs/gerrit.rst @@ -93,7 +93,7 @@ Anonymous HTTP Clone Recommended if the intention is to view code and not make any contributions: -#. Browse the project and click ``Gerneal`` +#. Browse the project and click ``General`` #. Click ``anonymous http`` tab. @@ -403,7 +403,7 @@ Pre-review ---------- Change authors will want to push changes to Gerrit before they are actually -ready for review. This is an encoraged good practice. It has been the +ready for review. This is an encouraged good practice. It has been the experience of experienced community members that pushing often tends to reduce the amount of work and ensures speedy code reviews. @@ -466,7 +466,7 @@ Reviewers will give feedback via Gerrit comments or inline against the diff. Gerrit inline feedback about a typo -Updated versions of the proposed change get pushed as new patchesets to the same +Updated versions of the proposed change get pushed as new patchsets to the same Gerrit, either by the original submitter or other contributors. Amending proposed changes owned by others while reviewing may be more efficient than documenting the problem, -1ing, waiting for the original submitter to make the changes, re-reviewing and merging. @@ -474,7 +474,7 @@ waiting for the original submitter to make the changes, re-reviewing and merging Download changes for local manipulation and re-uploaded updates via git-review. See `Update an existing patch`_ above. Once you have re-uploaded the patch the Gerrit web -UI for the proposed change will reflect the new patcheset. +UI for the proposed change will reflect the new patchset. .. figure:: _static/gerrit-patch-update-history.png -- 2.16.6