Skip to content

Commit

Permalink
Fixed a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
duairc committed Jul 18, 2010
1 parent dd4b675 commit f67ef44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Snap/Extension/Less/Less.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class HasLessState s where

------------------------------------------------------------------------------
instance RunnerState LessState where
extensionId = const "Snap.Extension.Less"
extensionId = const "Less/Less"
mkCleanup = const $ return ()
mkReload (LessState d m) = modifyMVar_ m $ const $ loadStylesheets d

Expand Down
2 changes: 1 addition & 1 deletion src/Snap/Extension/Timer/Timer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ timerRunner = liftIO getCurrentTime >>= mkRunner . TimerState

------------------------------------------------------------------------------
instance RunnerState TimerState where
extensionId = const "Snap.Extension.Timer"
extensionId = const "Timer/Timer"
mkCleanup = const $ return ()
mkReload = const $ return ()

Expand Down

0 comments on commit f67ef44

Please sign in to comment.