Commit 2d69049a authored by Oscar Utbult's avatar Oscar Utbult Committed by Jiri Kosina
Browse files

Documentation: change "&" to "and" in Documentation/applying-patches.txt

parent 00703e0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,7 +94,7 @@ Common errors when patching
---
---
 When patch applies a patch file it attempts to verify the sanity of the
 When patch applies a patch file it attempts to verify the sanity of the
file in different ways.
file in different ways.
Checking that the file looks like a valid patch file & checking the code
Checking that the file looks like a valid patch file and checking the code
around the bits being modified matches the context provided in the patch are
around the bits being modified matches the context provided in the patch are
just two of the basic sanity checks patch does.
just two of the basic sanity checks patch does.