From 1f990b1bf255c1ed48a73389ae0f260c08e1f91f Mon Sep 17 00:00:00 2001 From: Cody Shepherd Date: Wed, 31 Oct 2018 13:37:44 -0700 Subject: [PATCH] Fixing spelling error --- live-build/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/functions b/live-build/functions index 50855c92..55f700f3 100644 --- a/live-build/functions +++ b/live-build/functions @@ -84,7 +84,7 @@ setup_resolvconf() { } recover_resolvconf() { - local mountmpoint=${1} + local mountpoint=${1} mv resolv.conf.tmp "${mountpoint}/etc/resolv.conf" }