Skip to content

Commit aa33f5a

Browse files
authored
Fix typo
1 parent e7b56e6 commit aa33f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/rpc/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def start_server(self):
229229
Popen
230230
except NameError:
231231
self._process = Process()
232-
self._process.StartInfo.EvironmentVariables = env
232+
self._process.StartInfo.EnvironmentVariables = env
233233
self._process.StartInfo.UseShellExecute = False
234234
self._process.StartInfo.RedirectStandardOutput = True
235235
self._process.StartInfo.RedirectStandardError = True

0 commit comments

Comments
 (0)