bugGNU Gengetopt - Bugs: bug #47762, The comment on "multiple...

 
 

bug #47762: The comment on "multiple options" in the header file contains a spelling mistake (occurreces instead of occurrences)

Submitter:  None
Submitted:  Fri 22 Apr 2016 03:02:25 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  gscano
Originator Name:  Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 22 Apr 2016 03:04:48 PM UTC, comment #1: 

The attached patch file is plain text

Anonymous
Fri 22 Apr 2016 03:02:25 PM UTC, original submission:  

The spelling mistake shows 'occurreces' and should be 'occurrences' (the 'n' is omitted in the mistake)

see http://git.savannah.gnu.org/cgit/gengetopt.git/tree/src/skels/option_arg.cc line 161 and 170:
161:      stream << "'s minimum occurreces */";
171:      stream << "'s maximum occurreces */";

The same error is also present in http://git.savannah.gnu.org/cgit/gengetopt.git/tree/src/skels/option_arg.h_skel on line 19 and 20:
19: unsigned int @name@_min; /**< @@brief @desc@'s minimum occurreces */
20: unsigned int @name@_max; /**< @@brief @desc@'s maximum occurreces */

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #36979:  patch added by None (2KiB - application/octet-stream - Adding a patch for this bug)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gscano (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-11-19 gscano StatusIn Progress Fixed
    2020-11-18 gscano Severity3 - Normal 2 - Minor
        StatusNone In Progress
        Assigned toNone gscano
    2016-04-22 None Attached File- Added patch, #36979

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code