Skip to content

Commit 116a54a

Browse files
committed
Fix a typo: transfering -> transferring
1 parent 5d9b31f commit 116a54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Docker.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import qualified System.Posix.User as PosixUser
9191
-- Otherwise, runs the inner action.
9292
--
9393
-- This takes an optional release action which should be taken IFF control is
94-
-- transfering away from the current process to the intra-container one. The main use
94+
-- transferring away from the current process to the intra-container one. The main use
9595
-- for this is releasing a lock. After launching reexecution, the host process becomes
9696
-- nothing but an manager for the call into docker and thus may not hold the lock.
9797
reexecWithOptionalContainer

0 commit comments

Comments
 (0)