Browse Source

Typo in logging

Source commit: 370895085717826a2edcb446bb097badd49a4411
Martin Prikryl 5 tháng trước cách đây
mục cha
commit
2817363be8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -4862,7 +4862,7 @@ bool TTerminal::DoRenameOrCopyFile(
   std::unique_ptr<TRemoteFile> DuplicateFile;
   if (UnixSamePath(AbsoluteFileName, AbsoluteNewName))
   {
-    LogEvent(FORMAT(L"Tartget \"%s\" is same as source \"%s\" - skipping.", (AbsoluteNewName, AbsoluteFileName)));
+    LogEvent(FORMAT(L"Target \"%s\" is same as source \"%s\" - skipping.", (AbsoluteNewName, AbsoluteFileName)));
     Result = false;
   }
   else if (BatchOverwrite == boNone)