Package: pppstatus Version: 0.4.2-8 Severity: minor Tags: patch Hello John,
I noticed some typos, please see the attached patch (generated against the source tree of 0.4.2-8). Cheers, Flo
--- pppstatus-0.4.2/pppstatus.c 2005-07-20 12:17:07.000000000 +0200
+++ pppstatus-0.4.2/pppstatus.c 2005-07-20 12:17:56.000000000 +0200
@@ -272,7 +272,7 @@
fprintf (log_file, "You will pay for this connection %s %.2f\n",
costs.monetary_sign, costs.total[0]);
}
- fprintf (log_file, "Transmition Information\n");
+ fprintf (log_file, "Transmission Information\n");
fprintf (log_file, "TX Packets: %ld ", stats.tx_packets);
fprintf (log_file, "TX Bytes: %.0f ", stats.tx_bytes);
fprintf (log_file, "TX Errors: %ld\n", stats.tx_errors);
@@ -1497,21 +1497,21 @@
mvprintw (19, 6, "Online Time:");
mvprintw (20, 6, "Received Packets:");
mvprintw (22, 6, "Errors on Receiving:");
- mvprintw (20, 41, "Transmited Packets:");
+ mvprintw (20, 41, "Transmitted Packets:");
switch (data_type[0])
{
case 'b':
mvprintw (21, 6, "Bytes Received:");
- mvprintw (21, 41, "Bytes Transmited:");
+ mvprintw (21, 41, "Bytes Transmitted:");
break;
case 'k':
mvprintw (21, 6, "KBytes Received:");
- mvprintw (21, 41, "KBytes Transmited:");
+ mvprintw (21, 41, "KBytes Transmitted:");
break;
case 'm':
mvprintw (21, 6, "MBytes Received:");
- mvprintw (21, 41, "MBytes Transmited:");
+ mvprintw (21, 41, "MBytes Transmitted:");
break;
}
signature.asc
Description: Digital signature

