summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-07-13 17:52:59 +0200
committerGuillem Jover <guillem@debian.org>2016-07-19 00:41:35 +0200
commit5cc45259decbb303050c8788b177cbd844990431 (patch)
tree4f2cee09a1e474e1c4eb17969969085a3128b440 /lib
parent57388cb1bd1f5fb8f23a54e3d5ccfe796fef0ae4 (diff)
downloaddpkg-5cc45259decbb303050c8788b177cbd844990431.tar.gz
Fix repeated "the" word typos
Prompted-by: Valentin Samir <valentin.samir@crans.org> in #830989
Diffstat (limited to 'lib')
-rw-r--r--lib/dpkg/ehandle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c
index 2099b0705..3a063f608 100644
--- a/lib/dpkg/ehandle.c
+++ b/lib/dpkg/ehandle.c
@@ -193,7 +193,7 @@ error_context_errmsg_format(const char *fmt, va_list args)
rc = vasprintf(&errmsg, fmt, args);
va_end(args_copy);
- /* If the the message was constructed successfully, at least we have some
+ /* If the message was constructed successfully, at least we have some
* error message, which is better than nothing. */
error_context_errmsg_set(econtext, errmsg);