summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAnh Hong <hong4rc@gmail.com>2020-12-11 02:45:45 +0700
committerGitHub <noreply@github.com>2020-12-11 06:45:45 +1100
commitb8bc24d167f2e19482d9dc6d367876c361abf4ea (patch)
tree5e46858514914eed698d1c941fe8593547e93ed4 /core
parentfd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff)
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 21cc5f1f7..c8f35aab1 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -34,6 +34,6 @@ path = "examples/http_bench_bin_ops.rs"
name = "http_bench_json_ops"
path = "examples/http_bench_json_ops.rs"
-# These dependendencies are only used for the 'http_bench_*_ops' examples.
+# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
tokio = { version = "0.3.5", features = ["full"] }