Browse Source

Merge branch 'hekevintran/master'

Ask Solem 14 years ago
parent
commit
a9e16c6b22
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/userguide/routing.rst
  2. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -40,7 +40,7 @@ configuration::
 
 With this route enabled import feed tasks will be routed to the
 `"feeds"` queue, while all other tasks will be routed to the default queue
-(named `"celery"` for historic reasons).
+(named `"celery"` for historical reasons).
 
 Now you can start server `z` to only process the feeds queue like this::
 

+ 1 - 1
docs/userguide/tasks.rst

@@ -44,7 +44,7 @@ Context
 =======
 
 `task.request` contains information and state related
-the currently excuting task, and must always contain the following
+the currently executing task, and must always contain the following
 attributes:
 
 :id: The unique id of the executing task.