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 | 6dca5b1b84bc574f430477dd7268e8dbb106578a (patch) | |
tree | 6ad801b0b10b5092b25f40dd288166c72b64a53c | |
parent | fa84d3efc1d02a0d06e3fe07e7b2cdaa6bfb1f70 (diff) | |
download | xmonad-6dca5b1b84bc574f430477dd7268e8dbb106578a.tar.gz xmonad-6dca5b1b84bc574f430477dd7268e8dbb106578a.tar.xz xmonad-6dca5b1b84bc574f430477dd7268e8dbb106578a.zip |
fix typo.
darcs-hash:20070415055616-72aca-b81f926fe289216aa59af135f34db069eefce0a2.gz
Diffstat (limited to '')
-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 |