diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-26 11:53:07 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-10 12:51:10 +0200 |
commit | 6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1 (patch) | |
tree | 5a86c41f2f8ebec1d85f97aaead41123a28954ae /net/kismet | |
parent | c48f8a318a064fbd557b9e30b2fd5b1ed6588945 (diff) |
net: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'net/kismet')
-rw-r--r-- | net/kismet/files/kismet.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kismet/files/kismet.conf b/net/kismet/files/kismet.conf index 971f2e23d..1528a1567 100644 --- a/net/kismet/files/kismet.conf +++ b/net/kismet/files/kismet.conf @@ -92,7 +92,7 @@ channelvelocity=3 # These channel lists MUST BE PRESENT for Kismet to work properly. While it is # possible to change these, it is not recommended. These are used when the supported # channel list can not be found for the source; to force using these instead of -# the detected supported channels, override with channellist= in the source defintion +# the detected supported channels, override with channellist= in the source definition # # IN GENERAL, if you think you want to modify these, what you REALLY want to do is # copy them and use channellist= in the packet source. @@ -104,7 +104,7 @@ channellist=IEEE80211ab:1:3,6:3,11:3,2,7,3,8,4,9,5,10,36,40,44,48,52,56,60,64,14 listen=tcp://127.0.0.1:2501 #listen=tcp://0.0.0.0:2501 -# People allowed to connect, comma seperated IP addresses or network/mask +# People allowed to connect, comma separated IP addresses or network/mask # blocks. Netmasks can be expressed as dotted quad (/255.255.255.0) or as # numbers (/24) allowedhosts=127.0.0.1 @@ -267,7 +267,7 @@ speech=gpslock,"G.P.S. signal O.K." # memory system and a huge number of alert conditions. alertbacklog=50 -# File types to log, comma seperated. Built-in log file types: +# File types to log, comma separated. Built-in log file types: # alert Text file of alerts # gpsxml XML per-packet GPS log # nettxt Networks in text format @@ -298,7 +298,7 @@ logdefault=Kismet logtemplate=%p%n-%D-%t-%i.%l -# Where state info, etc, is stored. You shouldnt ever need to change this. +# Where state info, etc, is stored. You shouldn't ever need to change this. # This is a directory. configdir=%h/.kismet/ |