diff --git a/Control/Event/Relative.hs b/Control/Event/Relative.hs
--- a/Control/Event/Relative.hs
+++ b/Control/Event/Relative.hs
@@ -15,7 +15,7 @@
 type EventId = (ThreadId, MVar ())
 
 -- |'addEvent delay action' will delay
--- for 'delay' miliseconds then execute 'action'. An EventId
+-- for 'delay' microseconds then execute 'action'. An EventId
 -- is returned, allowing the event to be canceled.
 addEvent :: Int -> IO () -> IO EventId
 addEvent delay event = do
diff --git a/control-event.cabal b/control-event.cabal
--- a/control-event.cabal
+++ b/control-event.cabal
@@ -1,5 +1,5 @@
 name:                control-event
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Event scheduling system.
 description:         Allows scheduling and canceling of IO actions to be
                      executed at a specified future time.
