Skip to content

Commit 3c5d369

Browse files
robinflymanFraser Greenroyd
authored and
Fraser Greenroyd
committed
Fixed the typos.
1 parent d03e8ab commit 3c5d369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python_Engine/Compute/InstallPythonEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static PythonEnvironment InstallPythonEnvironment(this PythonEnvironment
4242
{
4343
if (!run)
4444
{
45-
BH.Engine.Base.Compute.RecordNote($"This component will install a Python environment for {pythonEnvironment.Name} if it doesn not exist, or return the eixtsing environment if it does.");
45+
BH.Engine.Base.Compute.RecordNote($"This component will install a Python environment for {pythonEnvironment.Name} if it doesn't exist, or return the existing environment if it does.");
4646
return null;
4747
}
4848

Python_Engine/Query/CodeDirectory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static string CodeDirectory(this PythonEnvironment pythonEnvironment)
4444

4545
if (!System.IO.Directory.Exists(codeDirectory))
4646
{
47-
BH.Engine.Base.Compute.RecordError("This toolkits Python code doesn't seem to be installed.");
47+
BH.Engine.Base.Compute.RecordError("This toolkit's Python code doesn't seem to be installed.");
4848
}
4949
return codeDirectory;
5050
}

0 commit comments

Comments
 (0)