summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendList.hs')
-rw-r--r--BackendList.hs2
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)