From 64c5af345c4ddf4783162149722a49aa3f8e30a7 Mon Sep 17 00:00:00 2001 From: foo-san Date: Tue, 23 Oct 2018 08:10:02 -0700 Subject: [PATCH] x --- src/vnstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vnstat.c b/src/vnstat.c index 2a73a18..813cebe 100644 --- a/src/vnstat.c +++ b/src/vnstat.c @@ -405,7 +405,7 @@ int main(int argc, char *argv[]) { printf("Error: Unable to open database \"%s/%s\": %s\n", p.dirname, DATABASEFILE, strerror(errno)); if (errno == ENOENT) { printf("The vnStat daemon should have created the database when started.\n"); - printf("Check that it is is configured and running. See also \"man vnstatd\".\n"); + printf("Check that it is configured and running. See also \"man vnstatd\".\n"); } return 1; } @@ -420,7 +420,7 @@ int main(int argc, char *argv[]) { printf("Error: Unable to open database directory \"%s\": %s\n", p.dirname, strerror(errno)); if (errno==ENOENT) { printf("The vnStat daemon should have created this directory when started.\n"); - printf("Check that it is is configured and running. See also \"man vnstatd\".\n"); + printf("Check that it is configured and running. See also \"man vnstatd\".\n"); } else { printf("Make sure it is at least read enabled for current user.\n"); printf("Use --help for help.\n"); -- 2.40.0