summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-12-01 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-12-01 08:00:00 +0000
commitd9763dca42b045328b2481fe793b7b5389430e29 (patch)
treec81e7d352f70941966a6daebbf6b25b54d4f5d6b
parent3478d7113bac458e85719fe31493b3be1be46e31 (diff)
downloadstrace-d9763dca42b045328b2481fe793b7b5389430e29.tar.gz
Fix typos found using codespell tool
* debian/changelog.in: Replace "archictectures" with "architectures". * tests/cur_audit_arch.h: Replace "arcitectures" with "architectures".
-rw-r--r--debian/changelog.in2
-rw-r--r--tests/cur_audit_arch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog.in b/debian/changelog.in
index 560543a2b..8217d1c78 100644
--- a/debian/changelog.in
+++ b/debian/changelog.in
@@ -987,7 +987,7 @@ strace (3.1-14) unstable; urgency=low
strace (3.1-13) unstable; urgency=low
- * Corrected error on PowerPC patch that broke other archictectures
+ * Corrected error on PowerPC patch that broke other architectures
(Bug# 13837)
-- Wichert Akkerman <wakkerma@debian.org> Tue, 14 Oct 1997 15:41:29 +0200
diff --git a/tests/cur_audit_arch.h b/tests/cur_audit_arch.h
index 9deb6c0b6..1e20bba68 100644
--- a/tests/cur_audit_arch.h
+++ b/tests/cur_audit_arch.h
@@ -1,6 +1,6 @@
/*
* Provides an AUDIT_ARCH_* constant for the current process in CUR_AUDIT_ARCH
- * macro for some arcitectures (where such a constant defined).
+ * macro for some architectures (where such a constant defined).
*
* Copyright (c) 2021 Eugene Syromyatnikov <evgsyr@gmail.com>
* All rights reserved.