Merge pull request #6 from lunarxlark/master

fix typo
This commit is contained in:
itchyny 2020-01-09 17:52:08 +09:00 committed by GitHub
commit 407f4d2b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
mmv.go
View file

@ -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})
}