From 3a868af5f538909f54f72debbb5c5161a3df336e Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Wed, 11 Sep 2019 12:34:20 -0700 Subject: [PATCH] Fix typo --- src/harness/vfs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harness/vfs.ts b/src/harness/vfs.ts index 25da3149834..c6931d21611 100644 --- a/src/harness/vfs.ts +++ b/src/harness/vfs.ts @@ -706,7 +706,7 @@ namespace vfs { } /** - * Generates a `FileSet` patch containing all the entries in `chagned` that are not in `base`. + * Generates a `FileSet` patch containing all the entries in `changed` that are not in `base`. */ public static diff(changed: FileSystem, base: FileSystem, options: DiffOptions = {}) { const differences: FileSet = {};