diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-14 20:05:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-14 20:05:04 -0400 |
commit | 4c3ad80f320d3c4cccc3e41e4f2364155bae22a1 (patch) | |
tree | 5c09b65168929801291f2d5f84250a88e53d5394 /BackendList.hs | |
parent | b8ba60428a0b4c077482560757e830e9ba02a823 (diff) |
bugfix
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendList.hs b/BackendList.hs index e9f926ce2..b66110905 100644 --- a/BackendList.hs +++ b/BackendList.hs @@ -28,7 +28,7 @@ parseBackendList s = then supportedBackends else map (lookupBackendName) $ words s -{- Looks up a supported backed by name. -} +{- Looks up a supported backend by name. -} lookupBackendName :: String -> Backend lookupBackendName s = if ((length matches) /= 1) |