The following commit has been merged in the master branch:
commit 182120b3b2e455cda535e2aaf3e0b27a0f0f5b61
Author: Guillem Jover <[email protected]>
Date: Mon Apr 1 16:34:57 2013 +0200
Fix spelling errors
The other spelling errors come from external projects (doxygen and
pkg-config), which are being dealt upstream.
Warned-by: codespell
diff --git a/ChangeLog.old b/ChangeLog.old
index 6fc2a03..95a66e0 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -3393,7 +3393,7 @@
2008-01-22 Guillem Jover <[email protected]>
- * lib/dpkg.h [!offsetof] (offsetof): New compatibilty macro.
+ * lib/dpkg.h [!offsetof] (offsetof): New compatibility macro.
* lib/parsedump.h (PKGIFPOFF): Use offsetof instead of ad-hoc
calculation.
(FILEFOFF): Likewise.
diff --git a/lib/compat/obstack.h b/lib/compat/obstack.h
index 3315dfe..a33d510 100644
--- a/lib/compat/obstack.h
+++ b/lib/compat/obstack.h
@@ -127,7 +127,7 @@ extern "C" {
#define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A)))
-/* Similiar to _BPTR_ALIGN (B, P, A), except optimize the common case
+/* Similar to _BPTR_ALIGN (B, P, A), except optimize the common case
where pointers can be converted to integers, aligned as integers,
and converted back again. If PTR_INT_TYPE is narrower than a
pointer (e.g., the AS/400), play it safe and compute the alignment
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]