Browse Source

Change wording for "un-applying" patches.

Camilla Krag Jensen 10 years ago
parent
commit
a7c5a03cbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/patch.md

+ 1 - 1
pages/common/patch.md

@@ -11,6 +11,6 @@
 
 `patch -p1 < {{patchfile}}.diff`
 
-- reverse a patch
+- apply the reverse of a patch
 
 `patch -R < {{patchfile}}.diff`