]> granicus.if.org Git - vnstat/commitdiff
Spelling fixes
authorChristian Göttsche <cgzones@googlemail.com>
Sun, 20 Aug 2017 11:49:19 +0000 (13:49 +0200)
committerChristian Göttsche <cgzones@googlemail.com>
Sun, 20 Aug 2017 11:49:19 +0000 (13:49 +0200)
found by Debian's lintian

FAQ
man/vnstat.1
man/vnstat.conf.5
src/daemon.c
src/vnstat.c

diff --git a/FAQ b/FAQ
index 2c83e6e1d4b9dd333b85ec826bce5fd270a8a807..03b24ea67830d9125725e6170af30d66de29636b 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -107,7 +107,7 @@ Why is there problems with most 2.4.18 kernels?
 
   Every current kernel has a btime (boot time) value in /proc/stat that
   indicates when the system was booted. vnStat uses this to know when the
-  interface counters in the database should be reseted. Unfortunately, some
+  interface counters in the database should be reset. Unfortunately, some
   kernels don't keep the btime value static even when the system isn't
   rebooted.
 
index e2b7f2746f579bbfa814550297768611521411ed..129a8b0bfc6f6ba744ea86c58b8c032654fee169 100644 (file)
@@ -185,7 +185,7 @@ to the up script. These two options aren't needed when the daemon is used.
 .TP
 .B "--exportdb"
 Instead of showing the database with a formatted output, this output will
-dump the whole database in a plain text based architeture independent format.
+dump the whole database in a plain text based architecture independent format.
 The output can be imported back using the
 .B "--importdb"
 option and can be used for moving a database from one host to another. See the
@@ -195,7 +195,7 @@ the outputs of
 .B "--xml"
 and
 .B "--json"
-are likely to be more suitable. The dump uses ; as field delimeter.
+are likely to be more suitable. The dump uses ; as field delimiter.
 .TS
 l l.
       active;1 activity status
@@ -241,7 +241,7 @@ Import a database from
 which was previously exported using the
 .B "--exportdb"
 option. This can be used to transfer a database between different architectures and
-hosts, as the database is architecture dependant and not compatible between
+hosts, as the database is architecture dependent and not compatible between
 different architectures. First dump the database on one host, e.g. with
 .B "vnstat -i ppp0 --exportdb >ppp0db.txt"
 and then import the text file on a different host using
@@ -308,7 +308,7 @@ the set operation.
 .TP
 .B "--oneline"
 Show traffic summary for selected interface using one line with a parseable
-format. The output contains 15 fields with ; used as field delimeter. The 1st
+format. The output contains 15 fields with ; used as field delimiter. The 1st
 field contains the version information of the output that will be changed
 in future versions of vnStat if the field structure changes. The following
 fields in order 2) interface name, 3) timestamp for today, 4) rx for today,
@@ -372,7 +372,7 @@ mode.
 .B "--sync"
 Synchronize internal counters in the database with interface
 counters for the selected interface. Use this if the system is
-rebooted but interface counters aren't reseted. Such can occur
+rebooted but interface counters aren't reset. Such can occur
 when suspend to ram/disk is used. Not needed when the daemon is used.
 
 .TP
index 02097d2de3dab778b153281a677eee34a60025e6..c918275a4aa78407235e10f5c2d1853a16fe8284 100644 (file)
@@ -36,7 +36,7 @@ Try to automatically detect
 value for each monitored interface. Mostly only ethernet interfaces support
 this feature.
 .B MaxBandwidth
-or interface specfic
+or interface specific
 .B MaxBW
 will be used as fallback value if detection fails.
 1 = enabled, 0 = disabled. (vnstat and vnstatd only)
@@ -308,7 +308,7 @@ Formatting of date in header. Uses the same format as
 
 .TP
 .B HourlyRate
-Show hours with rate instead of transfered amount. 1 = enabled, 0 = disabled.
+Show hours with rate instead of transferred amount. 1 = enabled, 0 = disabled.
 
 .TP
 .B SummaryLayout
index 7b9d52b5696fe77b5a47698c09b68f3e0f81536e..9160cd05591b22c7aca60aba4e308ee25aa8a4d5 100644 (file)
@@ -562,7 +562,7 @@ void handleintsignals(DSTATE *s)
                        break;
 
                default:
-                       snprintf(errorstring, 512, "Unkown signal %d received, ignoring.", intsignal);
+                       snprintf(errorstring, 512, "Unknown signal %d received, ignoring.", intsignal);
                        printe(PT_Info);
                        break;
        }
index d9f5b0844afb1125eb7e6e7dfb5bd92162ed8418..43880ac59d7ef001dbfb2e7a60eece6f85620b9b 100644 (file)
@@ -554,7 +554,7 @@ void handlecounterreset(PARAMS *p)
        data.curtx=0;
        writedb(p->interface, p->dirname, 0);
        if (debug)
-               printf("Counters reseted for \"%s\"\n", data.interface);
+               printf("Counters reset for \"%s\"\n", data.interface);
 }
 
 void handleimport(PARAMS *p)
@@ -672,7 +672,7 @@ void handlerebuildtotal(PARAMS *p)
                rebuilddbtotal(p->interface, p->dirname);
                p->query=0;
        } else {
-               printf("Warning:\nThe current option would rebuild total tranfers for \"%s\".\n", p->interface);
+               printf("Warning:\nThe current option would rebuild total transfers for \"%s\".\n", p->interface);
                printf("Use --force in order to really do that.\n");
                exit(EXIT_FAILURE);
        }