From fade350461f05e8429611d9bf41ae224da18f047 Mon Sep 17 00:00:00 2001 From: lunarxlark Date: Thu, 9 Jan 2020 17:49:04 +0900 Subject: [PATCH] fix typo --- mmv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv.go b/mmv.go index 42dfbae..4b2a12b 100644 --- a/mmv.go +++ b/mmv.go @@ -161,7 +161,7 @@ func buildRenames(files map[string]string) ([]rename, error) { } } - // if there is a cycle, rename the remporary file + // if there is a cycle, rename the temporary file if cycle { rs = append(rs, rename{tmp, dst}) }