1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +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:
Tim Gates 2020-11-28 09:45:46 +11:00
parent 21a6017547
commit 128d72785f
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -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 */