From 1e131285b3a87875660bd831aeaeacba8c1f6455 Mon Sep 17 00:00:00 2001 From: crc <> Date: Mon, 23 Oct 2023 18:30:04 +0000 Subject: [PATCH] fix a typo FossilOrigin-Name: 10392551645a44ddd6715c0cdcabaa9885053eab66eb733b03e7115251b33814 --- BUILDING.md | 2 +- RELEASE-NOTES | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0898210..aacb84a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -29,4 +29,4 @@ may wish to enable include sockets, ffi, and multicore. ## More Complex Customizations There are additional things you can update. Take a look in the -manual for more tedails on this. +manual for more details on this. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 861f7ae..0109c52 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,5 +25,6 @@ - small optimizations in fll: vocabulary - move from interface/ to package/extensions/: double.retro malloc.retro +- fix misc. typos ================================================================