persistance -> persistence
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:21:58 +0000 (16:21 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:21:58 +0000 (16:21 -0700)
src/Microsoft.Diagnostic.TestHelpers/TestStep.cs

index 680646b9c6ff592f93c673e0465e0869308fbb30..1931fdd7f302f4191a5a9ab502114655b3641eb8 100644 (file)
@@ -20,7 +20,7 @@ namespace Microsoft.Diagnostic.TestHelpers
     /// can consist of multiple processes running across different machines at
     /// different times. The TestStep supports:
     /// 1) coordination between test processes to ensure each step runs only once
-    /// 2) disk based persistance so that later steps in different processes can
+    /// 2) disk based persistence so that later steps in different processes can
     ///    reload the state of earlier steps
     /// 3) Pretty printing logs
     /// 4) TODO: Dependency analysis to determine if the cached output of a previous step