From 7154fcca6b7c41d2aab567af25cd402ab404aa42 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sun, 14 Oct 2012 13:48:50 -0400 Subject: [PATCH] Typo fixes original commit: b366d047920048bdccf7d3d1be798963ceaafb72 --- collects/mred/private/wx/cocoa/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.