Patch is attached and trivial, please apply
commit 417600f
Author: Tomas Pospisek <tpo...@sourcepole.ch>
Date:   Thu Sep 11 18:49:07 2014 +0200

    replace GNUS with Gnus
    
    Fixes #683325

diff --git bin/reportbug bin/reportbug
index 80155b4..187eec1 100755
--- bin/reportbug
+++ bin/reportbug
@@ -815,7 +815,7 @@ def main():
                       help='sign report with GNU Privacy Guard (GnuPG/gpg)')
     parser.add_option('-G', '--gnus', action='store_const', dest='mua',
                       const=utils.MUA['gnus'],
-                      help='send the report using GNUS')
+                      help='send the report using Gnus')
     parser.add_option('--pgp', action='store_const', dest='sign',
                       const='pgp',
                       help='sign report with Pretty Good Privacy (PGP)')
diff --git man/reportbug.1 man/reportbug.1
index 25fef79..76a7906 100644
--- man/reportbug.1
+++ man/reportbug.1
@@ -172,7 +172,7 @@ GNU Privacy Guard).  (This argument will be ignored if you are using
 an MUA to edit and send your report.)
 .TP
 .B \-G, \-\-gnus
-Use the GNUS mail and news reader to send your report, rather than
+Use the Gnus mail and news reader to send your report, rather than
 using the editor.
 .TP
 .B \-H HEADER, \-\-header=HEADER
diff --git share/reportbug.el share/reportbug.el
index 3b88e15..2d57e3e 100644
--- share/reportbug.el
+++ share/reportbug.el
@@ -1,4 +1,4 @@
-;; Vague implementation of needed code to invoke GNUS from reportbug
+;; Vague implementation of needed code to invoke Gnus from reportbug
 ;; by Tollef Fog Heen
 (require 'gnus)
 

Reply via email to