From 7a35492ac166d65894144b6b4034e3cea1ffb45a Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Thu, 13 Dec 2018 07:14:18 +1100
Subject: [PATCH] typo fix

---
 src/66/66-init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/66/66-init.c b/src/66/66-init.c
index 6af0480a..e6e8f055 100644
--- a/src/66/66-init.c
+++ b/src/66/66-init.c
@@ -136,7 +136,7 @@ int main(int argc, char const *const *argv, char const *const *envp)
 	if (!stralloc_copy(&livetree,&live)) retstralloc(111,"main") ;
 	r = set_livetree(&livetree,owner) ;
 	if (!r) retstralloc(111,"main") ;
-	if (r < 0) strerr_dief3x(111,"live: ",livetree.s," must be an absolute path") ;
+	if (r < 0) strerr_dief3x(111,"livetree: ",livetree.s," must be an absolute path") ;
 	
 	r = scan_mode(livetree.s,S_IFDIR) ;
 	if (r < 0) strerr_dief2x(111,livetree.s," is not a directory") ;
-- 
GitLab