mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
client/cliprdr_file: Fix small typo
This commit is contained in:
committed by
akallabeth
parent
50ce5b834d
commit
126fb7b2fc
@@ -2287,7 +2287,7 @@ BOOL cliprdr_file_context_clear(CliprdrFileContext* file)
|
||||
{
|
||||
WINPR_ASSERT(file);
|
||||
|
||||
WLog_Print(file->log, WLOG_DEBUG, "clear file clipbaord...");
|
||||
WLog_Print(file->log, WLOG_DEBUG, "clear file clipboard...");
|
||||
|
||||
HashTable_Foreach(file->local_streams, local_stream_discard, file);
|
||||
HashTable_Foreach(file->remote_streams, remote_stream_discard, file);
|
||||
|
||||
Reference in New Issue
Block a user