diff --git a/NEWS.md b/NEWS.md index 74701f1e82c6b..8282e93a69e18 100644 --- a/NEWS.md +++ b/NEWS.md @@ -53,7 +53,7 @@ Compiler/Runtime improvements * All platforms can now use `@executable_path` within `jl_load_dynamic_library()`. This allows executable-relative paths to be embedded within executables on all platforms, not just MacOS, which the syntax is borrowed from ([#35627]). -* Constant propogation now occurs through keyword arguments ([#35976]). +* Constant propagation now occurs through keyword arguments ([#35976]). * The precompilation cache is now created atomically ([#36416]). Invoking _n_ Julia processes simultaneously may create _n_ temporary caches.