Skip to content

Commit 711189c

Browse files
committed
Fixed typo in ds field minimal_heartbeat.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
1 parent 61d362a commit 711189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rrd.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ module Json = struct
939939
[
940940
("name", string ds.ds_name)
941941
; ("type", string (ds_type_to_string ds.ds_ty))
942-
; ("minimal_hearbeat", float ds.ds_mrhb)
942+
; ("minimal_heartbeat", float ds.ds_mrhb)
943943
; ("min", float ds.ds_min)
944944
; ("max", float ds.ds_max)
945945
; ("last_ds", string (ds_value_to_string ds.ds_last))

0 commit comments

Comments
 (0)