[project @ 1999-08-27 17:32:42 by simonpj]
authorsimonpj <unknown>
Fri, 27 Aug 1999 17:32:42 +0000 (17:32 +0000)
committersimonpj <unknown>
Fri, 27 Aug 1999 17:32:42 +0000 (17:32 +0000)
Fix typo

ghc/compiler/basicTypes/Module.lhs

index 6fad2e2..1d6100a 100644 (file)
@@ -307,7 +307,7 @@ getAllFilesMatching dirs hims (dir_path, suffix) = ( do
    isLibraryPath ('/' : _            ) = True
    isLibraryPath (_   : ':' : '/'  : _) = True
    isLibraryPath (_   : ':' : '\\' : _) = True
-   isLibraryPaty other                 = False
+   isLibraryPath other                 = False
 
    xiffus       = reverse dotted_suffix 
    dotted_suffix = case suffix of