fixed a typo (#532)

This commit is contained in:
Leila Lali
2017-10-27 11:00:39 -07:00
committed by Karl Burtram
parent 7ccf78aec1
commit a2a392938e

View File

@@ -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"