changeset 7410:b3c900eb7e83 HEAD

Apparently "alignmentation" isn't a word. Changed to "alignment".
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Mar 2008 15:08:57 +0200
parents 5b18c2ff2e2d
children ed147ad1e03e
files src/lib-index/mail-index-map.c src/lib-index/mail-index-sync-ext.c src/lib/fdpass.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-map.c	Tue Mar 11 15:02:31 2008 +0200
+++ b/src/lib-index/mail-index-map.c	Tue Mar 11 15:08:57 2008 +0200
@@ -180,7 +180,7 @@
 	if (ext_hdr->record_size > 0 &&
 	    ((ext_hdr->record_offset % ext_hdr->record_align) != 0 ||
 	     (hdr->record_size % ext_hdr->record_align) != 0)) {
-		*error_r = t_strdup_printf("Record field alignmentation %u "
+		*error_r = t_strdup_printf("Record field alignment %u "
 					   "not used", ext_hdr->record_align);
 		return -1;
 	}
--- a/src/lib-index/mail-index-sync-ext.c	Tue Mar 11 15:02:31 2008 +0200
+++ b/src/lib-index/mail-index-sync-ext.c	Tue Mar 11 15:08:57 2008 +0200
@@ -179,7 +179,7 @@
 
 	/* we simply try to use the extensions with largest alignment
 	   requirement first. FIXME: if the extension sizes don't match
-	   alignmentation, this may not give the minimal layout. */
+	   alignment, this may not give the minimal layout. */
 	offset = sizeof(struct mail_index_record);
 	max_align = sizeof(uint32_t);
 	for (;;) {
--- a/src/lib/fdpass.c	Tue Mar 11 15:02:31 2008 +0200
+++ b/src/lib/fdpass.c	Tue Mar 11 15:08:57 2008 +0200
@@ -63,7 +63,7 @@
 
 #ifdef BUGGY_CMSG_MACROS
 /* Some OSes have broken CMSG macros in 64bit systems. The macros use 64bit
-   alignmentation while kernel uses 32bit alignmentation. */
+   alignment while kernel uses 32bit alignment. */
 #  undef CMSG_SPACE
 #  undef CMSG_LEN
 #  undef CMSG_DATA