Skip to content

Commit 74a5f30

Browse files
luohewuyangemilio
authored andcommitted
chore: fix some typos in comments
Signed-off-by: luohewuyang <luohewuyang@outlook.com>
1 parent 82911a2 commit 74a5f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ wildcard_imports = "allow"
8181
trivially_copy_pass_by_ref = "allow"
8282
unused_self = "allow"
8383

84-
# Theese seem to be ok to ignore for now
84+
# These seem to be ok to ignore for now
8585
enum_glob_use = "allow"
8686
too_many_lines = "allow"
8787

ci/no-includes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# We make an exception for stdarg.h which is used for
66
# the wrapped va_list feature. stdarg.h is available since C89
7-
# therefor not having this header is a sign of a bigger issue.
7+
# therefore not having this header is a sign of a bigger issue.
88

99
set -eu
1010
cd "$(dirname "$0")/.."

0 commit comments

Comments
 (0)