Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Oct 1, 2022
1 parent 30792a8 commit e2a969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/uniqdirs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func handleErr(prefix string, err error) {
}
}

// dedupDir returns a bool representing 'continue' which is usually true except when an os signal is recieved, then false
// dedupDir returns a bool representing 'continue' which is usually true except when an os signal is received, then false
func dedupDir(ctx context.Context, cancel context.CancelFunc, dir string, threads, distanceThreshold int, dedupFilePairs bool, gracefulShutdown chan os.Signal) bool {
// list all the files
var files, err = path.ListFilesWithFilter(dir, regexp.MustCompile(".*.jpg$|.*.jpeg$|.*.png$.*.webm$"))
Expand Down

0 comments on commit e2a969a

Please sign in to comment.