Fix patch file name to make it consistent with the rest of the guide

This commit is contained in:
Sebastian Martinez
2011-04-13 23:38:05 -03:00
parent 2f24265237
commit beed866e43

View File

@@ -361,7 +361,7 @@ $ git apply --check my_new_patch.diff
Please make sure the patch does not introduce whitespace errors:
<shell>
$ git apply --whitespace=error-all mynew_patch.diff
$ git apply --whitespace=error-all my_new_patch.diff
</shell>