This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap".

The branch, master has been updated
       via  18e3724f0ba5605cfbac75f64405c779ad6de5d5 (commit)
      from  cd51eb52721c9cf87e843aa4dfde5f7af6bb620d (commit)


Summary of changes:
 .../default/src/Snap/Extension/Timer/Impl.hs       |    2 +-
 src/Snap/Extension/Heist/Impl.hs                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 18e3724f0ba5605cfbac75f64405c779ad6de5d5
Author: Peter Eriksen <[email protected]>
Date:   Thu Feb 10 01:13:05 2011 +0100

    Correct spelling in project_template API documentation
    
    This so the spelling errors do not get out of hand, when
    new extensions are copy-pasted from current ones.

diff --git a/project_template/default/src/Snap/Extension/Timer/Impl.hs 
b/project_template/default/src/Snap/Extension/Timer/Impl.hs
index 44e44fc..6473eb2 100644
--- a/project_template/default/src/Snap/Extension/Timer/Impl.hs
+++ b/project_template/default/src/Snap/Extension/Timer/Impl.hs
@@ -36,7 +36,7 @@ newtype TimerState = TimerState
 
 
 ------------------------------------------------------------------------------
--- | For you appliaction's monad to be a 'MonadTimer', your application's
+-- | For your application's monad to be a 'MonadTimer', your application's
 -- state needs to be an instance of 'HasTimerState'. Minimal complete
 -- definition: 'getTimerState', 'setTimerState'.
 class HasTimerState s where
diff --git a/src/Snap/Extension/Heist/Impl.hs b/src/Snap/Extension/Heist/Impl.hs
index 22ab245..8631df5 100644
--- a/src/Snap/Extension/Heist/Impl.hs
+++ b/src/Snap/Extension/Heist/Impl.hs
@@ -92,7 +92,7 @@ data MonadSnap m => HeistState m = HeistState
 
 
 ------------------------------------------------------------------------------
--- | For you appliaction's monad to be a 'MonadHeist', your application's
+-- | For your application's monad to be a 'MonadHeist', your application's
 -- state needs to be an instance of 'HasHeistState'. Minimal complete
 -- definition: 'getHeistState', 'setHeistState'.
 --
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to