mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-13 22:57:41 +02:00
Fix spelling
This commit is contained in:
parent
3aee8dd341
commit
8c014b4bb6
30 changed files with 147 additions and 147 deletions
|
@ -167,7 +167,7 @@ public:
|
|||
*/
|
||||
void getClients(std::vector<std::string>& list) const;
|
||||
|
||||
//! Return true if recieved file size is valid
|
||||
//! Return true if received file size is valid
|
||||
bool isReceivedFileSizeValid();
|
||||
|
||||
//! Return expected file data size
|
||||
|
@ -357,7 +357,7 @@ private:
|
|||
// force the cursor off of \p client
|
||||
void forceLeaveClient(BaseClientProxy* client);
|
||||
|
||||
// thread funciton for sending file
|
||||
// thread function for sending file
|
||||
void sendFileThread(void*);
|
||||
|
||||
// thread function for writing file to drop directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue