Skip to content
Snippets Groups Projects
Commit 36353aac authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix some typos in comments.

Also, tell the "typos" tool to ignore Cargo.lock.
parent 457e7f06
No related branches found
No related tags found
No related merge requests found
[files]
extend-exclude = [ "arti-corpora", "testdata", "fallback_dirs.inc" ]
extend-exclude = [ "Cargo.lock", "arti-corpora", "testdata", "fallback_dirs.inc" ]
[default.extend-identifiers]
# This shows up in sere crates.
ser = "ser"
\ No newline at end of file
# This shows up in serde crates.
ser = "ser"
......@@ -287,7 +287,7 @@ impl DangerouslyIntoTorAddr for SocketAddrV6 {
/// Check whether `hostname` is a valid hostname or not.
///
/// (Note that IPv6 addreses don't follow these rules.)
/// (Note that IPv6 addresses don't follow these rules.)
///
/// TODO: Check whether the rules given here are in fact the same rules
/// as Tor follows, and whether they conform to anything.
......
......@@ -69,7 +69,7 @@ pub enum Error {
/// An error given by the checkable crate.
#[error("checkable error: {0}")]
SignatureError(#[from] signature::Error),
/// An IO error occured while manipulating storage on disk.
/// An IO error occurred while manipulating storage on disk.
#[error("IO error: {0}")]
IOError(#[from] std::io::Error),
}
......
......@@ -15,7 +15,7 @@ IGNORE=(
# `localtime_r()`, which is not thread-safe if anybody calls
# `setenv()`.
#
# This is concerning! What makes it not disasterous is:
# This is concerning! What makes it not disastrous is:
# * We don't use chrono for any local times in Arti: only Utc.
# * We don't modify the environment.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment