Skip to content
Snippets Groups Projects
Commit 6263d5e2 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-08-27 17:32:42 by simonpj]

Fix typo
parent 19f6e95f
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment