spelling: destination

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:25 -04:00
parent eef8f9948f
commit bbd63072dd
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ void OSXScreen::get_drop_target_thread()
#if defined(MAC_OS_X_VERSION_10_7) #if defined(MAC_OS_X_VERSION_10_7)
char* cstr = NULL; char* cstr = NULL;
// wait for 5 secs for the drop destinaiton string to be filled. // wait for 5 secs for the drop destination string to be filled.
UInt32 timeout = ARCH->time() + 5; UInt32 timeout = ARCH->time() + 5;
while (ARCH->time() < timeout) { while (ARCH->time() < timeout) {