diff options
author | David Roundy <droundy@darcs.net> | 2007-04-15 07:56:16 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-04-15 07:56:16 +0200 |
commit | a30b84eef3977d7cc34e913ee1cfb19eff35be81 (patch) | |
tree | 6ad801b0b10b5092b25f40dd288166c72b64a53c | |
parent | c5fcb6bf2744f6b6db4934d818bb64dc0aaef9a8 (diff) | |
download | metatile-a30b84eef3977d7cc34e913ee1cfb19eff35be81.tar metatile-a30b84eef3977d7cc34e913ee1cfb19eff35be81.zip |
fix typo.
darcs-hash:20070415055616-72aca-b81f926fe289216aa59af135f34db069eefce0a2
-rw-r--r-- | Operations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs index dcb4710..def5339 100644 --- a/Operations.hs +++ b/Operations.hs @@ -251,7 +251,7 @@ tag n = do hide w windows $ W.shift n --- | view. Change the current workspace to workspce at offset n (0 indexed). +-- | view. Change the current workspace to workspace at offset n (0 indexed). view :: W.WorkspaceId -> X () view n = do ws <- gets workspace |