vaccuum spelling error
prints now: "i have reorganized the database"
committer: Markus Bröker <mbroeker@largo.homelinux.org>
--- 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 <mbroeker@largo.homelinux.org> Sat, 05 Jun 2010 15:26:00 +0200
+ -- Markus Bröker <mbroeker@largo.homelinux.org> Fri, 22 Oct 2010 19:18:00 +0200
--- 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;
}