website: Fix Guile build daemon typos.

Thanks to everyone who's pointed them out :)

* website/posts/guile-guix-daemon-introduction.md: Fix typos.
This commit is contained in:
Christopher Baines 2023-11-01 15:24:14 +00:00
parent 6056013e88
commit f4921f5513
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -58,11 +58,11 @@ While I think there's a substantial amount of work to do, progress
towards a Guile guix-daemon has already been made. Given that things
in Guix have probably changed since this work has happened, I plan to
carefully review that existing work (most of which can be found on the
[`guile-daemon` branch](https://git.savannah.gnu.org/cgit/guix.git/log/?h=guile-daemon)
[`guile-daemon` branch](https://git.savannah.gnu.org/cgit/guix.git/log/?h=guile-daemon).
The priority for the Guile daemon is backwards compatibility, so the
plan is to allow switching between the C++ implementation and Guile
implementation which any issues. This'll require not making changes
implementation without any issues. This'll require not making changes
to the database schema, and generally doing things in a way which the
current C++ daemon will understand.