1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-31 11:32:07 +00:00

Corrected a spelling mistake... foler to folder

This commit is contained in:
Mark McDowall 2012-07-27 12:28:15 -07:00
parent 1c99d602d8
commit 95cdaf25f6

View file

@ -168,7 +168,7 @@ namespace NzbDrone.Web.Controllers
_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]