From 2c44005ef52b28d6ae4ea02c7f339f1c5c9dc18e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 21 Feb 2012 20:12:43 -0800 Subject: [PATCH] Minor spelling mistake.. --- NzbDrone.Web/Models/MiscSettingsModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Web/Models/MiscSettingsModel.cs b/NzbDrone.Web/Models/MiscSettingsModel.cs index d71ccf9ad..cf0bcb12e 100644 --- a/NzbDrone.Web/Models/MiscSettingsModel.cs +++ b/NzbDrone.Web/Models/MiscSettingsModel.cs @@ -9,7 +9,7 @@ namespace NzbDrone.Web.Models public class MiscSettingsModel { [DisplayName("Enable Backlog Searching")] - [Description("Should NzbDrone try tp download missing episodes automatically?")] + [Description("Should NzbDrone try to download missing episodes automatically?")] public bool EnableBacklogSearching { get; set; } } } \ No newline at end of file