瀏覽代碼

Typo in a comment

Source commit: 0329c66ae7a9c89dc3eca733f595d900a436716a
Martin Prikryl 4 年之前
父節點
當前提交
d69141984a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/RemoteFiles.cpp

+ 1 - 1
source/core/RemoteFiles.cpp

@@ -2978,7 +2978,7 @@ __int64 TSynchronizeProgress::GetProcessed(const TFileOperationProgressType * Cu
   DebugAssert(!TFileOperationProgressType::IsIndeterminateOperation(CurrentItemOperationProgress->Operation));
 
   // Need to calculate the total size on the first call only,
-  // as at the time the contrusctor it called, we usually do not have sizes of folders caculated yet.
+  // as at the time the constructor it called, we usually do not have sizes of folders caculated yet.
   if (FTotalSize < 0)
   {
     FTotalSize = 0;