diff options
Diffstat (limited to 'libktorrent/kademlia')
-rw-r--r-- | libktorrent/kademlia/rpcmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/kademlia/rpcmsg.cpp b/libktorrent/kademlia/rpcmsg.cpp index 53cb4f1..6ef62b9 100644 --- a/libktorrent/kademlia/rpcmsg.cpp +++ b/libktorrent/kademlia/rpcmsg.cpp @@ -35,7 +35,7 @@ namespace dht const TQString RSP = "r"; const TQString TYP = "y"; const TQString ARG = "a"; - // ERR aptqparently is defined as a macro on solaris in some header file, + // ERR apparently is defined as a macro on solaris in some header file, // which causes things not to compile on it, so we have changed it to ERR_DHT const TQString ERR_DHT = "e"; |