mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Base: Fix misspelling in getopt(3) (#2473)
This commit is contained in:
parent
9170edf541
commit
daa3f59a55
Notes:
sideshowbarker
2024-07-19 05:54:07 +09:00
Author: https://github.com/keithnyc 🔰
Commit: daa3f59a55
Pull-request: https://github.com/SerenityOS/serenity/pull/2473
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ getopt - parse command-line options
|
|||
```**c++
|
||||
#include <getopt.h>
|
||||
|
||||
extren int opterr;
|
||||
extern int opterr;
|
||||
extern int optopt;
|
||||
extern int optind;
|
||||
extern int optreset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue