diff --git a/Cargo.toml b/Cargo.toml index edb0d35371..e40275e1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ wildcard_imports = "allow" trivially_copy_pass_by_ref = "allow" unused_self = "allow" -# Theese seem to be ok to ignore for now +# These seem to be ok to ignore for now enum_glob_use = "allow" too_many_lines = "allow" diff --git a/ci/no-includes.sh b/ci/no-includes.sh index 32c20059e0..2633116a98 100755 --- a/ci/no-includes.sh +++ b/ci/no-includes.sh @@ -4,7 +4,7 @@ # # We make an exception for stdarg.h which is used for # the wrapped va_list feature. stdarg.h is available since C89 -# therefor not having this header is a sign of a bigger issue. +# therefore not having this header is a sign of a bigger issue. set -eu cd "$(dirname "$0")/.."