Browse Source

Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs

Co-Authored-By: donandren <[email protected]>
Steven Kirk 6 years ago
parent
commit
260789c425
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs

+ 1 - 1
tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs

@@ -253,7 +253,7 @@ namespace Avalonia.Layout.UnitTests
             {
                 //emulate a problem in the logic of a control that triggers
                 //invalidate measure during measure
-                //it can lead to infinity loop in layoutmanager
+                //it can lead to an infinite loop in layoutmanager
                 if (++cnt < maxcnt)
                 {
                     control.InvalidateMeasure();