1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 08:10:17 +02:00

Fix typos in examples.

Thanks to Eugene Klimov.
This commit is contained in:
Mikael Djurfeldt 2021-04-04 20:16:58 +02:00
parent 01bfd18f3d
commit 88e7030845
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
;;; Commentary:
;;; A simple debugging server that responds to all responses with a
;;; A simple debugging server that responds to all requests with a
;;; table containing the headers given in the request.
;;;
;;; As a novelty, this server uses a little micro-framework to build up