We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba9df0 + ef5875d commit e75648dCopy full SHA for e75648d
System/Directory.hs
@@ -334,7 +334,7 @@ createDirectoryIfMissing create_parents path0
334
-- createDirectory (and indeed POSIX mkdir) does not distinguish
335
-- between a dir already existing and a file already existing. So we
336
-- 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
+ -- here, but we think it is benign. It could report an exception in
338
-- the case that the dir did exist but another process deletes the
339
-- directory and creates a file in its place before we can check
340
-- that the directory did indeed exist.
0 commit comments