Bläddra i källkod

Merge pull request #149 from WBerredo/patch-1

Update client.rst
Marc Morera 10 år sedan
förälder
incheckning
33abe0d3f0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Resources/docs/client.rst

+ 2 - 2
Resources/docs/client.rst

@@ -44,7 +44,7 @@ Request a job
 - doNormalJob: Call the job and wait for the result ( Only newest gearman versions )
 - doHighJob: Call the job and wait for the result on High Preference
 - doLowJob: Call the job and wait for the result on Low Preference
-- doBackroundJob: Call the job without waiting for the result.
+- doBackgroundJob: Call the job without waiting for the result.
     - It receives a job handle for the submitted job
 - doHighBackgroundJob: Call the job without waitting for the result on High Preference.
     - It receives a job handle for the submitted job
@@ -71,4 +71,4 @@ Tasks
 - addTaskBackground: Add a background task to be run in parallel
 - addTaskHighBackground: Add a high priority background task to be run in parallel
 - addTaskLowBackground: Add a low priority background task to be run in parallel
-- runTasks: Run a list of tasks in parallel
+- runTasks: Run a list of tasks in parallel