diff --git a/Control/Event/Relative.hs b/Control/Event/Relative.hs
--- a/Control/Event/Relative.hs
+++ b/Control/Event/Relative.hs
@@ -34,8 +34,8 @@
 
 
 -- |'delEvent eid' deletes the event and returns
--- 'True' if the event was _probably_ deleted*.  If 'False' is returned
--- then the time definately elapsed and the action was forked off.
+-- 'True' if the event was deleted.  If 'False' is returned
+-- then the time elapsed and the action was forked off.
 delEvent :: EventId -> IO Bool
 delEvent (t,m) = do
     killThread t
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.1.0.0
+version:             1.1.0.1
 synopsis:            Event scheduling system.
 description:         Allows scheduling and canceling of IO actions to be
                      executed at a specified future time.
