File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/System.Management.Automation/engine/remoting/client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ internal override bool SetMaxRunspaces(int maxRunspaces)
347
347
return true ;
348
348
}
349
349
350
- // sending the message should be done withing the lock
350
+ // sending the message should be done within the lock
351
351
// to ensure that multiple calls to SetMaxRunspaces
352
352
// will be executed on the server in the order in which
353
353
// they were called in the client
@@ -410,7 +410,7 @@ internal override bool SetMinRunspaces(int minRunspaces)
410
410
return true ;
411
411
}
412
412
413
- // sending the message should be done withing the lock
413
+ // sending the message should be done within the lock
414
414
// to ensure that multiple calls to SetMinRunspaces
415
415
// will be executed on the server in the order in which
416
416
// they were called in the client
@@ -452,7 +452,7 @@ internal override int GetAvailableRunspaces()
452
452
// return maxrunspaces
453
453
if ( stateInfo . State == RunspacePoolState . Opened )
454
454
{
455
- // sending the message should be done withing the lock
455
+ // sending the message should be done within the lock
456
456
// to ensure that multiple calls to GetAvailableRunspaces
457
457
// will be executed on the server in the order in which
458
458
// they were called in the client
You can’t perform that action at this time.
0 commit comments