1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Fix typos (user-facing and non-user-facing) (#1357)

* Fix typos (user-facing and non-user-facing

Found via `codespell -q 3 -L datas,medias,warmup`

* Fix source typo found in tests/
This commit is contained in:
luzpaz
2022-04-15 19:06:34 -04:00
committed by GitHub
parent 732878f1b4
commit d262181bed
10 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# HTTPie Benchmarking Infrastructure
This directory includes the benchmarks we use for testing HTTPie's speed and the
infrastructure to automate this testing accross versions.
infrastructure to automate this testing across versions.
## Usage
@@ -35,5 +35,5 @@ You can customize these branches by passing `--local-repo`/`--target-branch`,
and customize the repos by passing `--local-repo`/`--target-repo` (can either
take a URL or a path).
If you want to run a third enviroment with additional dependencies (such as
If you want to run a third environment with additional dependencies (such as
`pyOpenSSL`), you can pass `--complex`.
+1 -1
View File
@@ -21,7 +21,7 @@ Examples:
$ python extras/profiling/benchmarks.py --fast
# For verify everything works as expected, pass --debug-single-value.
# It will only run everything once, so the resuls are not realiable. But
# It will only run everything once, so the resuls are not reliable. But
# very useful when iterating on a benchmark
$ python extras/profiling/benchmarks.py --debug-single-value