forked from premiere/premiere-libtorrent
fix typo in session stats documentation generation script
This commit is contained in:
parent
d6a7c7d991
commit
70a650fc94
|
@ -20,7 +20,7 @@ for l in f:
|
||||||
counter_type = 'counter'
|
counter_type = 'counter'
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if 'enum stats_gauges_t' in l:
|
if 'enum stats_gauge_t' in l:
|
||||||
counter_type = 'gauge'
|
counter_type = 'gauge'
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue