From a8b8714a81f89b899ef49d7ec85b68627359507c Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Mon, 16 Apr 2018 13:08:48 -0400 Subject: [PATCH] Use Python Version: Fix typo (#7000) --- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/UsePythonVersion/task.json | 4 ++-- Tasks/UsePythonVersion/task.loc.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tasks/UsePythonVersion/Strings/resources.resjson/en-US/resources.resjson b/Tasks/UsePythonVersion/Strings/resources.resjson/en-US/resources.resjson index 468cf531ec44..fe649094156f 100644 --- a/Tasks/UsePythonVersion/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/UsePythonVersion/Strings/resources.resjson/en-US/resources.resjson @@ -9,7 +9,7 @@ "loc.input.label.addToPath": "Add to PATH", "loc.input.help.addToPath": "Whether to prepend the retrieved Python version to the PATH environment variable to make it available in subsequent tasks or scripts without using the output variable.", "loc.input.label.architecture": "Architecture", - "loc.input.help.architecture": "The target architecture (x86, x64) of the Python interpeter.", + "loc.input.help.architecture": "The target architecture (x86, x64) of the Python interpreter.", "loc.messages.ListAvailableVersions": "Available versions:", "loc.messages.PlatformNotRecognized": "Platform not recognized", "loc.messages.PrependPath": "Prepending PATH environment variable with directory: %s", diff --git a/Tasks/UsePythonVersion/task.json b/Tasks/UsePythonVersion/task.json index 005d94d369b8..717ede1b30e5 100644 --- a/Tasks/UsePythonVersion/task.json +++ b/Tasks/UsePythonVersion/task.json @@ -13,7 +13,7 @@ "version": { "Major": 0, "Minor": 134, - "Patch": 1 + "Patch": 2 }, "preview": true, "demands": [], @@ -48,7 +48,7 @@ "label": "Architecture", "defaultValue": "x64", "required": true, - "helpMarkDown": "The target architecture (x86, x64) of the Python interpeter.", + "helpMarkDown": "The target architecture (x86, x64) of the Python interpreter.", "groupName": "advanced", "options": { "x86": "x86", diff --git a/Tasks/UsePythonVersion/task.loc.json b/Tasks/UsePythonVersion/task.loc.json index 1c8db6da863b..e390c81e404a 100644 --- a/Tasks/UsePythonVersion/task.loc.json +++ b/Tasks/UsePythonVersion/task.loc.json @@ -13,7 +13,7 @@ "version": { "Major": 0, "Minor": 134, - "Patch": 1 + "Patch": 2 }, "preview": true, "demands": [],