Code

Merge branch 'maint'
[git.git] / Documentation / git-apply.txt
index 182305e9a9f1188dedd97ce9e739a56c12764aab..e9f724b2fa35cf18978dbcba9dcef7ed28a1b19d 100644 (file)
@@ -121,7 +121,7 @@ discouraged.
 --no-add::
        When applying a patch, ignore additions made by the
        patch.  This can be used to extract the common part between
-       two files by first running `diff` on them and applying
+       two files by first running 'diff' on them and applying
        the result with this option, which would apply the
        deletion part but not addition part.