From 44b6f5e17677cf4eff58c113bdc74f722ea74a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?uml=C3=A4ute?= Date: Tue, 4 Oct 2016 11:03:41 +0200 Subject: [PATCH] fixed typo --- example-dns-01-nsupdate-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-dns-01-nsupdate-script.md b/example-dns-01-nsupdate-script.md index a5f013c..ba3a013 100644 --- a/example-dns-01-nsupdate-script.md +++ b/example-dns-01-nsupdate-script.md @@ -32,7 +32,7 @@ case "$1" in # do nothing for now ;; *) - echo Unkown hook "${1}" + echo Unknown hook "${1}" exit 1 ;; esac