浏览代码

Typo in a comment

(cherry picked from commit d69141984ad1b9b7f73bf17f60b3f557a8b95e7f)

Source commit: 61b568ba5b186d396b308b8cf1aff7643ab5b650
Martin Prikryl 4 年之前
父节点
当前提交
2d82990a1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/RemoteFiles.cpp

+ 1 - 1
source/core/RemoteFiles.cpp

@@ -2966,7 +2966,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;