浏览代码

README_maintainer: fix some typos.

Bastien Guerry 14 年之前
父节点
当前提交
bf8a359d98
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README_maintainer

+ 2 - 2
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