Pārlūkot izejas kodu

Typo in a comment

Source commit: bc79a051ea2bde0d67df763a5c3977bd47ecb8cc
Martin Prikryl 1 gadu atpakaļ
vecāks
revīzija
f226c4c3bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      source/packages/filemng/DriveView.pas

+ 1 - 1
source/packages/filemng/DriveView.pas

@@ -1916,7 +1916,7 @@ var
 
 
     // Optimization. Avoid iterating possibly thousands of nodes,
     // Optimization. Avoid iterating possibly thousands of nodes,
     // when the node we are looking for is the selected node or its ancestor.
     // when the node we are looking for is the selected node or its ancestor.
-    // This is often the case, when navigating under node that has lot of sibligs.
+    // This is often the case, when navigating under node that has lot of siblings.
     // Typically, when navigating in user's profile folder, and there are many [thousands] other user profile folders.
     // Typically, when navigating in user's profile folder, and there are many [thousands] other user profile folders.
     if (SelectionHierarchyHeight > 0) and
     if (SelectionHierarchyHeight > 0) and
        // Change of selection might indicate that the tree was rebuilt meanwhile and
        // Change of selection might indicate that the tree was rebuilt meanwhile and