wmifs: Fix typos.
Ran `codespell -w .`.
This commit is contained in:
parent
dd5ea70c7c
commit
7545c92c63
|
@ -26,7 +26,7 @@ WMPPP/WMiFS 1.2p1
|
|||
some systems somehow (reported myself) :)
|
||||
|
||||
* Special thanks to Marcelo <mmagallo@efis.ucr.ac.cr>
|
||||
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!
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 ;-)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue