From b6bf86c406c3b3d337983e97465b9e34c2e5a639 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Jun 2004 20:36:51 +0000 Subject: [PATCH] Fix typo in comment here too. ;-) --- SheepShaver/src/Unix/clip_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/clip_unix.cpp b/SheepShaver/src/Unix/clip_unix.cpp index d9842d97..5e464768 100644 --- a/SheepShaver/src/Unix/clip_unix.cpp +++ b/SheepShaver/src/Unix/clip_unix.cpp @@ -127,7 +127,7 @@ static const uint8 iso2mac[0x80] = { // Flag: Don't convert clipboard text static bool no_clip_conversion; -// Flag for PutScrap(): the data was put by GetScrap(), don't bounce it back to the Be side +// Flag for PutScrap(): the data was put by GetScrap(), don't bounce it back to the Unix side static bool we_put_this_data = false; // X11 variables