Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
qdegraaf committed Jan 3, 2024
1 parent 9192877 commit 4fc6926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::checkers::ast::Checker;
/// Checks for calls to `ssl.wrap_socket()` with no version set
///
/// ## Why is this bad?
/// Theis method is known to provide a default value that maximizes compatibility, but permits use
/// This method is known to provide a default value that maximizes compatibility, but permits use
/// of the aforementioned broken protocol versions.
///
/// ## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::registry::AsRule;
/// Checks for imports of the`telnetlib` module.
///
/// ## Why is this bad?
/// Telnet is considered insecure. Instead, ise SSH or another encrypted
/// Telnet is considered insecure. Instead, use SSH or another encrypted
/// protocol.
///
/// ## Example
Expand Down

0 comments on commit 4fc6926

Please sign in to comment.