summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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);