mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
spelling: destination
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
eef8f9948f
commit
bbd63072dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue