summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-09-22 10:29:16 -0400
committerGitHub <noreply@github.com>2020-09-22 10:29:16 -0400
commitdef993bad1a9275cdc249f04048e5b2065b79f05 (patch)
tree472b379e714b8b556a187887efa05e6c946922e3 /Cargo.toml
parentf511849c818024817df9760ef5cd6709a5e28fe3 (diff)
spelling: fix various misspellings
These were found by the check spelling action[1] and reported here[2]. PR #1685 [1] - https://github.com/marketplace/actions/check-spelling [2] - https://github.com/jsoref/ripgrep/commit/6f02d056716a116b643da1de4b53c6f15118fc38#commitcomment-42625778
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4c216a7..5d6c83b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -92,7 +92,7 @@ assets = [
["README.md", "usr/share/doc/ripgrep/README", "644"],
["FAQ.md", "usr/share/doc/ripgrep/FAQ", "644"],
# The man page is automatically generated by ripgrep's build process, so
- # this file isn't actually commited. Instead, to create a dpkg, either
+ # this file isn't actually committed. Instead, to create a dpkg, either
# create a deployment/deb directory and copy the man page to it, or use the
# 'ci/build-deb' script.
["deployment/deb/rg.1", "usr/share/man/man1/rg.1", "644"],