fix typo in session stats documentation generation script

This commit is contained in:
arvidn 2017-01-12 18:02:54 -05:00
parent d6a7c7d991
commit 70a650fc94
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ for l in f:
counter_type = 'counter'
continue
if 'enum stats_gauges_t' in l:
if 'enum stats_gauge_t' in l:
counter_type = 'gauge'
continue