Bläddra i källkod

libdpkg: Fix typo in Doxygen documentation

Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Guillem Jover <guillem@debian.org>
Niels Thykier 11 år sedan
förälder
incheckning
2a2977862f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lib/dpkg/arch.c

+ 1 - 1
lib/dpkg/arch.c

@@ -51,7 +51,7 @@
  *
  *
  * The function will abort if you pass it a NULL pointer.
  * The function will abort if you pass it a NULL pointer.
  *
  *
- * @param name The architectute name to verify.
+ * @param name The architecture name to verify.
  */
  */
 const char *
 const char *
 dpkg_arch_name_is_illegal(const char *name)
 dpkg_arch_name_is_illegal(const char *name)