From c952750327ffc1e97ffbbf80008307d85e40c923 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 3 Sep 2014 13:10:31 -0700 Subject: [PATCH] Fix typo in file name --- .gitignore | 2 +- ...ortDefinitllyTypedTests.ts => importDefinitelyTypedTests.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{importDefinitllyTypedTests.ts => importDefinitelyTypedTests.ts} (100%) diff --git a/.gitignore b/.gitignore index 5e3e235ae1b..ebffa462811 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ tests/services/baselines/prototyping/local/* tests/services/browser/typescriptServices.js scripts/processDiagnosticMessages.d.ts scripts/processDiagnosticMessages.js -scripts/importDefinitllyTypedTests.js +scripts/importDefinitelyTypedTests.js src/harness/*.js rwc-report.html *.swp diff --git a/scripts/importDefinitllyTypedTests.ts b/scripts/importDefinitelyTypedTests.ts similarity index 100% rename from scripts/importDefinitllyTypedTests.ts rename to scripts/importDefinitelyTypedTests.ts