fixed typo

This commit is contained in:
Vladimir Meremyanin 2013-02-02 11:11:31 +04:00 committed by Thorsten Böttger
parent a536d77b92
commit e39b7b3f64
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