fixed typo

This commit is contained in:
Vladimir Meremyanin 2013-02-02 11:11:31 +04:00
parent cb556a1660
commit 0140e420f2
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Also, you can pass parameters to events:
job.run(:running, :defragmentation)
```
In this case the set_process would be called with `:defagmentation` argument.
In this case the `set_process` would be called with `:defagmentation` argument.
### Guards