Serdyukov, Denys hace 4 años
padre
commit
5ba9dd89ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GUI-CLI Protocol.md

+ 1 - 1
GUI-CLI Protocol.md

@@ -282,7 +282,7 @@ CLI:
     }[]
 }
 ```
-TThe answer consists of an array of objects, each representing a transfer. <br />
+The answer consists of an array of objects, each representing a transfer. <br />
 In case of client-server transfers, `upload` indicates wether the transfer is an up- or download. In case of server-server transfers, `type` indicates wether the file  is `upload`ing, `download`ing or `queued` for upload. <br />
 `file` contains the name of the file being transferred. <br />
 `progress` contains the percentage completed. <br />