mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Fix documentation/comment typos
This patch fixes a variety of typos in documentation and comments, found by running `codespell`.
This commit is contained in:
@@ -32,7 +32,7 @@ For example:
|
||||
# Redirect mail to pepe@ to jose@ on the same domain.
|
||||
pepe: jose
|
||||
|
||||
# Redirect mail to flowers@ to the indvidual flowers.
|
||||
# Redirect mail to flowers@ to the individual flowers.
|
||||
flowers: rose@backgarden, lilly@pond
|
||||
```
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ The output of the command will be parsed as if it was the right-hand side of
|
||||
the aliases configuration file (see [Aliases](aliases.md) for more details).
|
||||
Results are appended to the results of the file-based alias resolution.
|
||||
|
||||
If there is no alias for the address, the hook should just exit successfuly
|
||||
If there is no alias for the address, the hook should just exit successfully
|
||||
without emitting any output.
|
||||
|
||||
There is a 5 second timeout for hook execution. If the hook exits with an
|
||||
|
||||
Reference in New Issue
Block a user