Skip to content

Commit 8965d1c

Browse files
committed
Fix spelling of SuccessfulShards in CatSnapshots
1 parent d721d2e commit 8965d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public class CatSnapshotsRecord : ICatRecord
3838
[DataMember(Name ="status")]
3939
public string Status { get; set; }
4040

41-
[DataMember(Name ="succesful_shards")]
41+
[DataMember(Name ="successful_shards")]
4242
[JsonFormatter(typeof(StringLongFormatter))]
43-
public long SuccesfulShards { get; set; }
43+
public long SuccessfulShards { get; set; }
4444

4545
[DataMember(Name ="total_shards")]
4646
[JsonFormatter(typeof(StringLongFormatter))]

0 commit comments

Comments
 (0)