Remove extra quotation mark from comment

This commit is contained in:
invariablyafk 2023-12-20 11:35:31 -07:00 committed by GitHub
parent e21df8377b
commit 6ce5b026f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ void* read_thread(void* arg)
// disallow pasting after connection is closed
DisableItem(menu, 5);
// If the remote server closes the client connection unexpectedly, call "disconnect()
// If the remote server closes the client connection unexpectedly, call disconnect()
// to release memory and avoid the user having to manually select Disconnect and then
// Connect.. from the file menu.