# HG changeset patch # User Markus Bröker # Date 1287767896 -7200 # Node ID ca4e10daa1c9fc09c9357ce3463b96368ce4f80b # Parent 99f85cd9b310113073c6ee844cc31287877c1dee vaccuum spelling error prints now: "i have reorganized the database" committer: Markus Bröker diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -35,5 +35,6 @@ * useful addons to the built process * user and hostname handling improved * useless feof handling removed + * spelling error fixed - -- Markus Bröker Sat, 05 Jun 2010 15:26:00 +0200 + -- Markus Bröker Fri, 22 Oct 2010 19:18:00 +0200 diff --git a/src/database.c b/src/database.c --- a/src/database.c +++ b/src/database.c @@ -152,6 +152,6 @@ gdbm_reorganize (dbf); gdbm_close (dbf); - snprintf (msg, sizeof (msg), "I reorganized the database."); + snprintf (msg, sizeof (msg), "I have reorganized the database."); return msg; }