From 006d5ef45af70c947f028c64b0eefc36be5bd800 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 18 May 2011 16:40:57 -0400 Subject: [PATCH] Typo. --- collects/racket/require.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/racket/require.rkt b/collects/racket/require.rkt index 4fd13330de..6f69d2ff20 100644 --- a/collects/racket/require.rkt +++ b/collects/racket/require.rkt @@ -93,6 +93,6 @@ (loop dir (build-path 'up path) (string-append "../" pathstr)) (raise-syntax-error 'path-up - "file no found in any parent directory" + "file not found in any parent directory" stx ps)))))))]) (syntax/loc stx (combine-in paths ...))))]))