mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00: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: https://github.com/SerenityOS/serenity/commit/daa3f59a558 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
Reference in a new issue