From a2a392938e712b626a0bb8e58422c4dbd550df93 Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Fri, 27 Oct 2017 11:00:39 -0700 Subject: [PATCH] fixed a typo (#532) --- .../DisasterRecovery/RestoreOptionsHelper.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/DisasterRecovery/RestoreOptionsHelper.cs b/src/Microsoft.SqlTools.ServiceLayer/DisasterRecovery/RestoreOptionsHelper.cs index c7be1d11..6ed04126 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/DisasterRecovery/RestoreOptionsHelper.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/DisasterRecovery/RestoreOptionsHelper.cs @@ -135,12 +135,12 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery new CategoryValue { Name = "WithRecovery", - DisplayName = "RESTORE WITH RECOVERTY" + DisplayName = "RESTORE WITH RECOVERY" }, new CategoryValue { Name = "WithNoRecovery", - DisplayName = "RESTORE WITH NORECOVERTY" + DisplayName = "RESTORE WITH NORECOVERY" }, new CategoryValue { @@ -192,7 +192,7 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery { Name = RestoreOptionsHelper.TailLogWithNoRecovery, DisplayName = "Tail Log With NoRecovery", - Description = "Leave source database in the restoring state(WITH NORECOVERTY)", + Description = "Leave source database in the restoring state(WITH NORECOVERY)", ValueType = ServiceOption.ValueTypeBoolean, IsRequired = false, GroupName = "Tail-Log backup"