diff --git a/cmd/syncComparator.go b/cmd/syncComparator.go index ce0964dd5..bc7d3e27d 100644 --- a/cmd/syncComparator.go +++ b/cmd/syncComparator.go @@ -114,7 +114,7 @@ func (f *syncDestinationComparator) processIfNecessary(destinationObject StoredO syncComparatorLog(sourceObjectInMap.relativePath, syncStatusSkipped, syncSkipReasonSameHash, false) return nil } else if sourceObjectInMap.isMoreRecentThan(destinationObject, f.preferSMBTime) { - syncComparatorLog(sourceObjectInMap.relativePath, syncStatusOverwritten, syncOverwriteResaonNewerLMT, false) + syncComparatorLog(sourceObjectInMap.relativePath, syncStatusOverwritten, syncOverwriteReasonNewerLMT, false) return f.copyTransferScheduler(sourceObjectInMap) }