X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/db709749a3e3b1cba85a6869c87af925ae33d441..c1b068b03a604652f3eb284fdb92bcb1171d9601:/wizard/shell.py diff --git a/wizard/shell.py b/wizard/shell.py index d34740d..b8d4bd1 100644 --- a/wizard/shell.py +++ b/wizard/shell.py @@ -288,7 +288,7 @@ class ParallelShell(Shell): Blocking call that waits for an open subprocess slot. This is automatically called by :meth:`Shell.call`. """ - # XXX: This API sucks; the actuall call/callAsUser call should + # XXX: This API sucks; the actual call/callAsUser call should # probably block automatically (unless I have a good reason not to) # bail out immediately on initial ramp up if len(self.running) < self.max: return