Browse Source

Typo in a comment

Source commit: 71c47f689f8cad63ca8dd34dab32f5f60d0c2203
Martin Prikryl 1 year ago
parent
commit
dead6ec3d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/components/UnixDriveView.cpp

+ 1 - 1
source/components/UnixDriveView.cpp

@@ -521,7 +521,7 @@ void __fastcall TCustomUnixDriveView::Change(TTreeNode * Node)
         try
         {
           {
-            // Prevent curther changes while loading the folder.
+            // Prevent further changes while loading the folder.
             // Particularly prevent user from trying to proceed with incremental search.
             TValueRestorer<bool> ChangingDirectoryRestorer(FChangingDirectory);
             FChangingDirectory = true;