mirror of
https://github.com/janet-lang/janet
synced 2025-01-15 09:55:40 +00:00
Merge pull request #512 from timgates42/bugfix_typo_source
docs: fix simple typo, soucre -> source
This commit is contained in:
commit
90a0dfa35f
@ -27,7 +27,7 @@
|
||||
|
||||
#if defined(__NetBSD__) || defined(__APPLE__) || defined(__OpenBSD__) \
|
||||
|| defined(__bsdi__) || defined(__DragonFly__)
|
||||
/* Use BSD soucre on any BSD systems, include OSX */
|
||||
/* Use BSD source on any BSD systems, include OSX */
|
||||
# define _BSD_SOURCE
|
||||
#else
|
||||
/* Use POSIX feature flags */
|
||||
|
Loading…
Reference in New Issue
Block a user