From 22d15645c21872184199635d06108b27c8b4d1e9 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Sun, 18 Sep 2022 15:56:04 +0200 Subject: doc/introduction.rst: correct typo Fix a minor typo preventing the block from being loaded. Signed-off-by: Russell Sim --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/introduction.rst b/doc/introduction.rst index 1026aae..699be76 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -62,7 +62,7 @@ Try it out / quick start "Here is my file content. It's multiline. CL-INTERPOL and CL-HEREDOC are also available; the latter is particularly useful for shell scripts.") - (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines"")) + (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines")) (file:contains-lines "/etc/some.conf" "FOO=bar") ; preserve rest of file contents ;; This will call debootstrap(1) in a way which respects the apt -- cgit v1.2.3