Skip to content

Commit e75648d

Browse files
authoredApr 6, 2022
Merge pull request #131 from vaerksted/master
fix typo
2 parents bba9df0 + ef5875d commit e75648d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎System/Directory.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ createDirectoryIfMissing create_parents path0
334334
-- createDirectory (and indeed POSIX mkdir) does not distinguish
335335
-- between a dir already existing and a file already existing. So we
336336
-- check for it here. Unfortunately there is a slight race condition
337-
-- here, but we think it is benign. It could report an exeption in
337+
-- here, but we think it is benign. It could report an exception in
338338
-- the case that the dir did exist but another process deletes the
339339
-- directory and creates a file in its place before we can check
340340
-- that the directory did indeed exist.

0 commit comments

Comments
 (0)
Please sign in to comment.