dovecot-1.1: Apparently "alignmentation" isn't a word. Changed t...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 11 15:09:03 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/b3c900eb7e83
changeset: 7410:b3c900eb7e83
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 11 15:08:57 2008 +0200
description:
Apparently "alignmentation" isn't a word. Changed to "alignment".

diffstat:

3 files changed, 3 insertions(+), 3 deletions(-)
src/lib-index/mail-index-map.c      |    2 +-
src/lib-index/mail-index-sync-ext.c |    2 +-
src/lib/fdpass.c                    |    2 +-

diffs (36 lines):

diff -r 5b18c2ff2e2d -r b3c900eb7e83 src/lib-index/mail-index-map.c
--- 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 @@ int mail_index_map_ext_hdr_check(const s
 	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;
 	}
diff -r 5b18c2ff2e2d -r b3c900eb7e83 src/lib-index/mail-index-sync-ext.c
--- 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 @@ static void sync_ext_reorder(struct mail
 
 	/* 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 (;;) {
diff -r 5b18c2ff2e2d -r b3c900eb7e83 src/lib/fdpass.c
--- 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


More information about the dovecot-cvs mailing list