From 7545c92c63c954ec572f74143eff90c72cddff59 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 20 Apr 2016 00:14:12 -0400 Subject: [PATCH] wmifs: Fix typos. Ran `codespell -w .`. --- wmifs/BUGS | 2 +- wmifs/CHANGES | 6 +++--- wmifs/INSTALL | 2 +- wmifs/README | 6 +++--- wmifs/wmifs.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wmifs/BUGS b/wmifs/BUGS index 97fb409..de4317c 100644 --- a/wmifs/BUGS +++ b/wmifs/BUGS @@ -26,7 +26,7 @@ WMPPP/WMiFS 1.2p1 some systems somehow (reported myself) :) * Special thanks to Marcelo - for providing some real usefull patches for WMPPP, + for providing some real useful patches for WMPPP, they will be in the next update for sure! diff --git a/wmifs/CHANGES b/wmifs/CHANGES index aeec17d..9a3fee7 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -140,7 +140,7 @@ Version Description options in WMiFS for 'real' multiuser systems, when 'force*' is detected in /etc/wmifsrc the user settings in ~/.wmifsrc are overridden - (usefull for sites where users may not fiddle + (useful for sites where users may not fiddle with pppd's options :) * WMPPP: Ditto, added 'force' facility here too @@ -159,7 +159,7 @@ Version Description * WMPPP: dropped the config GUI and added an .wmppprc file instead > motivation to do so: this way, WMPPP is much more platform and - distribution independant :) + distribution independent :) * WMPPP: enhanced the status LED, yellow means dialing, green means online, red means error @@ -178,7 +178,7 @@ Version Description * WMiFS: added -w commandline option, this will draw the graph in our new 'waveform' look :) - * WMiFS: fixed the coredump problems that occured + * WMiFS: fixed the coredump problems that occurred on some systems with or without .wmifsrc file typo's, errors, etc. in the .wmifsrc file are now also being ignored/rejected, the worst diff --git a/wmifs/INSTALL b/wmifs/INSTALL index 0766dfd..b8bdcaa 100644 --- a/wmifs/INSTALL +++ b/wmifs/INSTALL @@ -95,5 +95,5 @@ WMiFS support the following commandline options: General Notes -------------------------------------------------------------- Note: Please DO read the HINTS, this file contains some - very usefull tips about WMiFS. + very useful tips about WMiFS. diff --git a/wmifs/README b/wmifs/README index 82c7817..5a458b6 100644 --- a/wmifs/README +++ b/wmifs/README @@ -26,7 +26,7 @@ nice & nifty features like: * Autosensing of *ALL* active network interfaces; * Integrated autoscaling (per interface) transfer - statistics, tested upto 100Mbit; + statistics, tested up to 100Mbit; * Displays a 'normal' xload style graph or our new 'waveform' like load graph; * Realtime cycling through active interfaces by simply @@ -37,10 +37,10 @@ nice & nifty features like: interface, even 'lo' is supported (-h for help); * User-definable scripts for left/middle/right mouse buttons which are read from ~/.wmifsrc (optional); - * Fixed rc file option, usefull for sites where users + * Fixed rc file option, useful for sites where users are not allowed to mess with pppd; -WMiFS is developped on DEC Alpha machines running RedHat-5.0/Linux, +WMiFS is developed on DEC Alpha machines running RedHat-5.0/Linux, but, WMiFS has also been intensively tested on x86 and 68K RedHat/ Linux machines ;-) diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c index d50abe1..ab91f23 100644 --- a/wmifs/wmifs.c +++ b/wmifs/wmifs.c @@ -128,7 +128,7 @@ * Used the DrawStats routine from wmifs in wmppp * I decided to add a list in this source file with name of ppl who helped me build this code better. - * I finally removed the /proc/net/route dependancy + * I finally removed the /proc/net/route dependency All of the connections are taken from /proc/net/dev. /proc/net/route is still used for checking if it is on-line. 27/04/1998 (Martijn Pieterse, pieterse@xs4all.nl) @@ -137,7 +137,7 @@ 25/04/1998 (Martijn Pieterse, pieterse@xs4all.nl) * Changed the checknetdevs routine, a lot! 23/04/1998 (Martijn Pieterse, pieterse@xs4all.nl) - * Added line speed detection. via seperate exec. (this has to be suid root!) + * Added line speed detection. via separate exec. (this has to be suid root!) Speed has to be no more than 99999 * Added speed and forcespeed in ~/.wmppprc and /etc/wmppprc * wmifs: added on-line detection scheme, update the bitmap coordinates