Fix typo in comment.

This commit is contained in:
nekral-guest 2011-07-08 19:51:32 +00:00
parent 1a164919f1
commit cc6eaf9584

View File

@ -344,7 +344,7 @@ static void open_files (void)
*/
add_cleanup (cleanup_report_add_group, group_name);
/* An now open the databases */
/* And now open the databases */
if (gr_open (O_RDWR) == 0) {
fprintf (stderr, _("%s: cannot open %s\n"), Prog, gr_dbname ());
SYSLOG ((LOG_WARN, "cannot open %s", gr_dbname ()));