diff options
author | Guillem Jover <guillem@debian.org> | 2018-08-11 03:32:37 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-08-30 03:14:07 +0200 |
commit | a4f0c6f04636ed066eb7e5162403d20a369fceec (patch) | |
tree | 8a0a079aa526de2f6a97ba8548b07c2c07997ae2 /lib/compat | |
parent | e40e1d1b09b5f475cd979225a562570b0967a73f (diff) | |
download | dpkg-a4f0c6f04636ed066eb7e5162403d20a369fceec.tar.gz |
Fix some typos
Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))
Diffstat (limited to 'lib/compat')
-rw-r--r-- | lib/compat/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compat/getopt.c b/lib/compat/getopt.c index 4c52b8b82..b13f81454 100644 --- a/lib/compat/getopt.c +++ b/lib/compat/getopt.c @@ -88,7 +88,7 @@ USA. */ #endif /* XXX: Disable intl support, because we do not carry the translations anyway - * and this pulls indirectly libintl, wich we do not want to impose. */ + * and this pulls indirectly libintl, which we do not want to impose. */ #ifndef _ #define _(msgid) (msgid) #endif |