From: John Doe Date: Wed, 17 Apr 2019 23:21:58 +0000 (-0700) Subject: persistance -> persistence X-Git-Tag: submit/tizen/20190813.035844~27^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=199d7fc2e0264f4d7f9763c100ffe25a7668412d;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git persistance -> persistence --- diff --git a/src/Microsoft.Diagnostic.TestHelpers/TestStep.cs b/src/Microsoft.Diagnostic.TestHelpers/TestStep.cs index 680646b9c..1931fdd7f 100644 --- a/src/Microsoft.Diagnostic.TestHelpers/TestStep.cs +++ b/src/Microsoft.Diagnostic.TestHelpers/TestStep.cs @@ -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