Corrected a spelling mistake... foler to folder

pull/6/head
Mark McDowall 12 years ago
parent 1c99d602d8
commit 95cdaf25f6

@ -168,7 +168,7 @@ namespace NzbDrone.Web.Controllers
_rootFolderProvider.Add(new RootDir { Path = path }); _rootFolderProvider.Add(new RootDir { Path = path });
return JsonNotificationResult.Info("Root Folder saved", "Root foler saved successfully."); return JsonNotificationResult.Info("Root Folder saved", "Root folder saved successfully.");
} }
[HttpGet] [HttpGet]

Loading…
Cancel
Save