1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-15 18:05:41 +00:00

Merge pull request #512 from timgates42/bugfix_typo_source

docs: fix simple typo, soucre -> source
This commit is contained in:
Calvin Rose 2020-11-27 16:54:34 -06:00 committed by GitHub
commit 90a0dfa35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
#if defined(__NetBSD__) || defined(__APPLE__) || defined(__OpenBSD__) \ #if defined(__NetBSD__) || defined(__APPLE__) || defined(__OpenBSD__) \
|| defined(__bsdi__) || defined(__DragonFly__) || 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 # define _BSD_SOURCE
#else #else
/* Use POSIX feature flags */ /* Use POSIX feature flags */