diff --git a/collects/mred/private/wx/cocoa/README.txt b/collects/mred/private/wx/cocoa/README.txt index df66a5c0..a480da26 100644 --- a/collects/mred/private/wx/cocoa/README.txt +++ b/collects/mred/private/wx/cocoa/README.txt @@ -12,5 +12,5 @@ Allocation rules: * Other autoreleased objects may end up in the root pool installed by "pool.rkt". The root pool is periodically destroyed and replaced; call `queue-autorelease-flush' if you need to encurage replacement - of the pool. If you need to use an object htat might be autoflushed, + of the pool. If you need to use an object that might be autoflushed, be sure that you're in atomic mode.