Skip to content

Commit 20e5620

Browse files
author
Stefan Kremser
authored
Merge pull request esp8266#957 from edoffagne/typos
Fixed typos
2 parents b817ffa + a8e834f commit 20e5620

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This software allows you to easily perform a variety of actions to test 802.11 w
3737
The main feature, the deauthentication attack, is used to disconnect devices from their WiFi network.
3838
No one seems to care about this huge vulnerability in the official 802.11 WiFi standard, so I took action and enabled everyone who has less than 10 USD to spare to recreate this project.
3939
I hope it raises more attention on the issue. In 2009 the WiFi Alliance actually fixed the problem (see [802.11w](https://en.wikipedia.org/wiki/IEEE_802.11w-2009)), but only a few companies implemented it into their devices and software.
40-
To effectively prevent a deauthentication attack, both client and access point must support the 802.11w standard with protected managment frames (PMF).
40+
To effectively prevent a deauthentication attack, both client and access point must support the 802.11w standard with protected management frames (PMF).
4141
While most client devices seem to support it when the access point forces it, basically no WiFi access point has it enabled.
4242

4343
Feel free to test your hardware out, annoy these companies with the problem, share this project and push for a fix!
@@ -50,7 +50,7 @@ The difference between deauthing and jamming: [click me](https://github.com/spac
5050

5151
![PICTURE DSTIKE Deauther OLED Board](https://raw.githubusercontent.com/wiki/spacehuhn/esp8266_deauther/img/DSTIKE_Deauther_Board.jpg)
5252

53-
If you want to support the development of this project, you can buy one of the offical boards by DSTIKE (Travis Lin) on following sites:
53+
If you want to support the development of this project, you can buy one of the official boards by DSTIKE (Travis Lin) on following sites:
5454
- [Tindie](https://tindie.com/stores/lspoplove)
5555
- [AliExpress](https://dstike.aliexpress.com/store/2996024)
5656
- [Taobao](https://shop135375846.taobao.com)
@@ -73,7 +73,7 @@ The [deauthentication](https://en.wikipedia.org/wiki/Wi-Fi_deauthentication_atta
7373
A solution is already there, why don't we use it?
7474

7575
**Please don't refer to this project as "jammer", that totally undermines the real purpose of this project!**
76-
If you do, it only proves that you didn't understand anything of what this project stands for. Publishing content about this without a proper explaination shows that you only do it for the clicks, fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard!
76+
If you do, it only proves that you didn't understand anything of what this project stands for. Publishing content about this without a proper explanation shows that you only do it for the clicks, fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard!
7777

7878
## Getting Started
7979

serialcommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Prints out file from SPIFFS (SPI-Flash-File-System) to the serial console.
207207

208208
## DELETE
209209
`delete <file>`
210-
Deletes file from the the SPIFFS (SPI-Flash-File-System).
210+
Deletes file from the SPIFFS (SPI-Flash-File-System).
211211
`delete <file> <lineFrom>`
212212
Removes a specific line from a file.
213213
`delete <file> <lineFrom> <lineTo>`

settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Enables web interface.
9595
## WEB-SPIFFS
9696
`bool webSpiffs = false`
9797
Enables SPIFFS for all web files.
98-
Can lead to longer loading times but it nice if you need to edit the the web files regularly.
98+
Can lead to longer loading times but it nice if you need to edit the web files regularly.
9999

100100
## LEDENABLED
101101
`bool ledEnabled = true`

utils/web_converter_python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Copyright goes to [@xdavidhu](http://github.com/xdavidhu/).
1010
- `.lang` files will always go in the `/lang` folder
1111
- `.js` files will always go int the `/js` folder
1212
- `.json` files will be ignored and not copied
13-
- only `.html` and `.css` will be minified before beeing gzipped (minifying JS can make problems)
13+
- only `.html` and `.css` will be minified before being gzipped (minifying JS can make problems)

0 commit comments

Comments
 (0)