Skip to content

Commit f31a400

Browse files
committed
io-sim: fixed a typo
1 parent 18f223a commit f31a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-sim/src/Control/Monad/IOSim.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ selectTraceEventsDynamic = selectTraceEvents fn
110110
fn (EventLog dyn) = fromDynamic dyn
111111
fn _ = Nothing
112112

113-
-- | Like 'selectTraceEventsDynamic' but returns partial trace if an excpetion
113+
-- | Like 'selectTraceEventsDynamic' but returns partial trace if an exception
114114
-- is found in it.
115115
--
116116
selectTraceEventsDynamic' :: forall a b. Typeable b => SimTrace a -> [b]

0 commit comments

Comments
 (0)