From 561e3175068c25f3ccf83df3191db91686f6ef27 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Dec 2012 16:25:18 -0400 Subject: [PATCH] typo --- Assistant/WebApp/Configurators/Local.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/Local.hs b/Assistant/WebApp/Configurators/Local.hs index b77a3ecf58..cbde62fce3 100644 --- a/Assistant/WebApp/Configurators/Local.hs +++ b/Assistant/WebApp/Configurators/Local.hs @@ -174,7 +174,7 @@ selectDriveForm drives def = renderBootstrap $ RemovableDrive {- Adding a removable drive. -} getAddDriveR :: Handler RepHtml -getAddDriveR = page "AAdd a removable drive" (Just Config) $ do +getAddDriveR = page "Add a removable drive" (Just Config) $ do removabledrives <- liftIO $ driveList writabledrives <- liftIO $ filterM (canWrite . T.unpack . mountPoint) removabledrives