vaccuum spelling error
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Fri, 22 Oct 2010 19:18:16 +0200
changeset 57 ca4e10daa1c9
parent 56 99f85cd9b310
child 58 500a5ea7fcb8
vaccuum spelling error prints now: "i have reorganized the database" committer: Markus Bröker <mbroeker@largo.homelinux.org>
debian/changelog
src/database.c
--- 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;
 }