]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/howto/maintain-git.txt
documentation: wording improvements
[thirdparty/git.git] / Documentation / howto / maintain-git.txt
index d07c6d44e53c3bd0e7805efa036f2cf3eeaf79ac..29c473e5e04568449497dafe4a90946d0fe34ad5 100644 (file)
@@ -104,7 +104,7 @@ by doing the following:
    files in mbox format).
 
  - Write his own patches to address issues raised on the list but
-   nobody has stepped up solving.  Send it out just like other
+   nobody has stepped up to solve.  Send it out just like other
    contributors do, and pick them up just like patches from other
    contributors (see above).
 
@@ -417,7 +417,7 @@ are merged together, the reference to the variable newly added by
 the latter topic will still use the old name in the result.
 
 The Meta/Reintegrate script that is used by redo-jch and redo-seen
-scripts implements a crude but usable way to work this issue around.
+scripts implements a crude but usable way to work around this issue.
 When the script merges branch $X, it checks if "refs/merge-fix/$X"
 exists, and if so, the effect of it is squashed into the result of
 the mechanical merge.  In other words,