Skip to content

Commit

Permalink
- fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Jan 3, 2024
1 parent 948a3a4 commit bcbdac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barrel/handle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace barrel

// This is tricky. getopt needs optind = 0 to reinit itself in interactive
// mode. Without that strange things can happen, esp. with short options. So call
// GetOpts::parse explicitely. Also notice that getopt sets optind to 1 if it is 0
// GetOpts::parse explicitly. Also notice that getopt sets optind to 1 if it is 0
// to skip the program name. For that reason argv includes a program name as first
// element.

Expand Down

0 comments on commit bcbdac4

Please sign in to comment.