From 443798a15efeca806741463a559904e3b2736757 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Fri, 19 Oct 2018 00:18:32 +1100 Subject: [PATCH] 66-init: 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 38070b32..816116fa 100644 --- a/src/66/66-init.c +++ b/src/66/66-init.c @@ -229,7 +229,7 @@ int main(int argc, char const *const *argv, char const *const *envp) VERBO2 strerr_warni3x("switch ",pathsvd," to source directory ...") ; r = backup_cmd_switcher(VERBOSITY,"-t30 -s0",treename) ; if (r != 1) - strerr_diefu3x(111,"switch: ",pathsvd," to original directory") ; + strerr_diefu3x(111,"switch: ",pathsvd," to source directory") ; } if (db || both) { -- GitLab