Patch by Antonio Diaz Diaz <antonio@gnu.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-06/msg00300.html>.
* lib/options.h: Fix typo in comment.
2025-06-27 Bruno Haible <bruno@clisp.org>
+ options: Fix typo in comment.
+ Patch by Antonio Diaz Diaz <antonio@gnu.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2025-06/msg00300.html>.
+ * lib/options.h: Fix typo in comment.
+
options: Add tests.
* tests/test-options.c: New file, based on tests/test-getopt_long.h.
* tests/test-options-prog.c: New file.
handle the option, and when the 'flag' is NULL, getopt_long returns
the value of 'val', as a way to identify which option was seen.
- It keeps the following properties the getopt_long() API:
+ It keeps the following properties of the getopt_long() API:
* The programmer writes in actions directly in the main() function.
That is, the actions don't go into separate callback functions