typo: psuedo -> pseudo (#23177)

This commit is contained in:
smaftoul 2017-03-31 16:48:29 +02:00 committed by Sloane Hertel
parent 9a3a0d731f
commit 9812d211e7
3 changed files with 3 additions and 3 deletions

View file

@ -639,7 +639,7 @@ class TaskExecutor:
if async_jid is None:
return dict(failed=True, msg="No job id was returned by the async task")
# Create a new psuedo-task to run the async_status module, and run
# Create a new pseudo-task to run the async_status module, and run
# that (with a sleep for "poll" seconds between each retry) until the
# async time limit is exceeded.