ci: Update typos versions and fix new occurrences (#40784)

I noticed we had some typos that were getting through CI, but it looks
like the new version of `typos` catches them. So I updated it and fixed
them.

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga
2025-10-21 10:43:22 +00:00
committed by GitHub
parent b487d2cfe0
commit 12d912114f
14 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ function upload_debug_info() {
if [[ -n "${SENTRY_AUTH_TOKEN:-}" ]]; then
echo "Uploading zed debug symbols to sentry..."
# note: this uploads the unstripped binary which is needed because it contains
# .eh_frame data for stack unwinindg. see https://github.com/getsentry/symbolic/issues/783
# .eh_frame data for stack unwinding. see https://github.com/getsentry/symbolic/issues/783
sentry-cli debug-files upload --include-sources --wait -p zed -o zed-dev \
"target/${architecture}/${target_dir}/zed" \
"target/${architecture}/${target_dir}/remote_server" \