diff --git a/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike b/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike index 1db1046fa4a0b26cff1a00137f23bc868f4a2900..a9ed037d346eb3130c72ec5270afa1642ecbd6cd 100644 --- a/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike +++ b/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike @@ -84,7 +84,7 @@ **! method string data() **! Gives back the data as a string. **! -**! metohd int downloaded_bytes() +**! method int downloaded_bytes() **! Gives back the number of downloaded bytes. **! **! method int total_bytes()