diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:28:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:28:52 -0500 |
commit | 3f59f9590b8e70b928bb83116c92c513ad2fcffd (patch) | |
tree | de69bd0f4cae234ab640c272e7867debee819f17 /kio | |
parent | 9af103f289d5a85ab152163c2e580d694e44ac8f (diff) | |
download | tdelibs-3f59f9590b8e70b928bb83116c92c513ad2fcffd.tar.gz tdelibs-3f59f9590b8e70b928bb83116c92c513ad2fcffd.zip |
Fix typos.
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/tcpslavebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/tcpslavebase.h b/kio/kio/tcpslavebase.h index bbf2bb95f..fd148b00d 100644 --- a/kio/kio/tcpslavebase.h +++ b/kio/kio/tcpslavebase.h @@ -122,7 +122,7 @@ protected: * well as handling data over SOCKSified connections. * * @param data storage for the info read from server - * @param len lenght of the info to read from the server + * @param len length of the info to read from the server * * @return the actual size of data that was obtained */ |