]> granicus.if.org Git - transmission/commitdiff
whoops typo
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 22 Nov 2011 03:30:37 +0000 (03:30 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 22 Nov 2011 03:30:37 +0000 (03:30 +0000)
libtransmission/clients.c

index ec2d894b1d0c54fb5203ff978c094aa2bc6fb04e..aed5150c99be5729b9b3f59d83935d3d8eaedeec 100644 (file)
@@ -304,7 +304,7 @@ tr_clientForId( char * buf, size_t buflen, const void * id_in )
             return;
     }
 
-    /* uTorrent will replace the training dash for an extra digit for longer version numbers */
+    /* uTorrent will replace the trailing dash with an extra digit for longer version numbers */
     if( id[0] == '-' )
     {
         if( !memcmp( id+1, "UT", 2 ) )