diff options
author | Pavel Roskin <proski@gnu.org> | 2011-09-22 00:43:59 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-09-22 00:43:59 +0300 |
commit | ffbf1eaa269fc5335c6e0676afa2475911b3af95 (patch) | |
tree | bc28677edb01c3c6d48869d0ddfcf63a6c95b6c9 /doc | |
parent | d2f93d3706099dec2c5a968c5cf8262d1789d0d2 (diff) | |
download | external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.zip external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.gz external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.bz2 |
Fix typos found by codespell
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ctrl_iface.doxygen | 2 | ||||
-rw-r--r-- | doc/doxygen.conf | 2 | ||||
-rwxr-xr-x | doc/kerneldoc2doxygen.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ctrl_iface.doxygen b/doc/ctrl_iface.doxygen index 85847f6..f820f9e 100644 --- a/doc/ctrl_iface.doxygen +++ b/doc/ctrl_iface.doxygen @@ -1023,7 +1023,7 @@ P2P-SERV-DISC-REQ 2412 02:40:61:c2:f3:b7 0 0 02000001 P2P-SERV-DISC-RESP: Indicate reception of a P2P service discovery response. The following parameters are included after the event prefix: -source address, dialog token, Service Responce TLV(s) as hexdump. +source address, dialog token, Service Response TLV(s) as hexdump. \verbatim P2P-SERV-DISC-RESP 02:40:61:c2:f3:b7 0 0300000101 diff --git a/doc/doxygen.conf b/doc/doxygen.conf index dfd6927..d1032f2 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -281,7 +281,7 @@ TYPEDEF_HIDES_STRUCT = NO # causing a significant performance penality. # If the system has enough physical memory increasing the cache will improve the # performance by keeping more symbols in memory. Note that the value works on -# a logarithmic scale so increasing the size by one will rougly double the +# a logarithmic scale so increasing the size by one will roughly double the # memory usage. The cache size is given by this formula: # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols diff --git a/doc/kerneldoc2doxygen.pl b/doc/kerneldoc2doxygen.pl index 61bc367..68c4aed 100755 --- a/doc/kerneldoc2doxygen.pl +++ b/doc/kerneldoc2doxygen.pl @@ -123,7 +123,7 @@ s{ { $1 . fixcomment($2) . $3 }gesx; -# ^^^^ Modes: g - Global, match all occurances. +# ^^^^ Modes: g - Global, match all occurrences. # e - Evaluate the replacement as an expression. # s - Single-line - allows the pattern to match across newlines. # x - eXtended pattern, ignore embedded whitespace |