Fix typos

* ChangeLog-2014-12-10: invokation -> invocation
* doc/wget.texi: invokation -> invocation
* src/main.c: seperated -> separated
* src/options.h: seperated -> separated
* testenv/README: invokation -> invocation
* testenv/conf/wget_commands.py: invokation -> invocation
This commit is contained in:
Noël Köthe
2016-07-02 19:01:24 +02:00
committed by Tim Rühsen
parent 0b151f51eb
commit ef372a4f27
6 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ from conf import hook
""" Pre-Test Hook: WgetCommands
This hook is used to specify the test specific switches that must be passed to
wget on invokation. Default switches are hard coded in the test suite itself.
wget on invocation. Default switches are hard coded in the test suite itself.
"""