summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-09 18:46:52 +0100
committerBastien Guerry <bzg@altern.org>2011-01-09 18:46:52 +0100
commitbf8a359d986f32df308f699a18024873bbb995c0 (patch)
tree5ffbebbf2a0309b8ee1b7df370cf0b8354759a71
parent65411f40e1abc39d5c3dd00e055e42a889852ac2 (diff)
downloadorg-mode-bf8a359d986f32df308f699a18024873bbb995c0.tar.gz
README_maintainer: fix some typos.
-rw-r--r--README_maintainer4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_maintainer b/README_maintainer
index f939347..3497654 100644
--- a/README_maintainer
+++ b/README_maintainer
@@ -61,7 +61,7 @@ changes to the same branch =t/patchNNN=.
If you ask the contributor to make the changes, the patch should be
marked on the patchwork server as "changes requested".
-: pw update -s "Changed Requested" -m "What to change" NNN
+: pw update -s "Changes Requested" -m "What to change" NNN
This will send an email to the contributor and the mailing list with a
request for changes. The =-m= message should not be more than one
@@ -90,7 +90,7 @@ has been accepted, along with the comment given in the =-m= message.
At some point you might then want to remove the topic branch
-: git -d t/patchNNN
+: git branch -d t/patchNNN
* Releases