mirror of
https://github.com/janet-lang/janet
synced 2025-09-23 13:14:13 +00:00
docs: fix simple typo, soucre -> source
There is a small typo in src/core/features.h. Should read `source` rather than `soucre`.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user