summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrien-n <adrien.nader@canonical.com>2023-03-20 11:18:15 +0000
committerDmitry V. Levin <ldv@strace.io>2023-03-20 11:18:15 +0000
commit47ac1fe57c5c03ec2dc01eca986550a0a5eaa5d0 (patch)
tree223f0c57b207839ccc38d2f90f6c59112ea94e05
parent5b4f05f42a12596fa895b7665bbd740b5e5cc2a8 (diff)
downloadstrace-47ac1fe57c5c03ec2dc01eca986550a0a5eaa5d0.tar.gz
debian/control: fix wording in description
This commit incorporates a change from Debian's packaging: "a another" is replaced with "another". Note that there is another change in Debian packaging which I'm skipping on purpose since it is not correct as far as I know: "tracer, i.e." becoming "tracer: i.e.".
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 0da25c4b9..d7f173606 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: System call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
- a trace of all the system calls made by a another process/program.
+ a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
@@ -27,7 +27,7 @@ Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: System call tracer for 64bit binaries
strace is a system call tracer, i.e. a debugging tool which prints out
- a trace of all the system calls made by a another process/program.
+ a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
@@ -46,7 +46,7 @@ Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: System call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
- a trace of all the system calls made by a another process/program.
+ a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.