From b65b3acf524e131b25897aaec0e3044814ce7d03 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 18 May 2008 17:04:21 -0500 Subject: [PATCH] Fix typo --- extra/io/unix/backend/backend.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/unix/backend/backend.factor b/extra/io/unix/backend/backend.factor index d43350e425..06fe830365 100755 --- a/extra/io/unix/backend/backend.factor +++ b/extra/io/unix/backend/backend.factor @@ -93,7 +93,7 @@ M: io-timeout summary drop "I/O operation timed out" ; [ >r handle>> r> wait-for-fd [ io-timeout ] when - ] with-timeout ; + ] curry with-timeout ; ! Some general stuff : file-mode OCT: 0666 ;