Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed May 13, 2020
1 parent be6d251 commit 5277213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/win_adsync_connector
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ factory_settings['win_adsync_connector_default_levels'] = {
def parse_win_adsync_connector(item):
parsed = {}
for line in item:
pardes[line[0]] = line[1:]
parsed[line[0]] = line[1:]
return parsed

def inventory_win_adsync_connector(parsed):
Expand Down Expand Up @@ -63,4 +63,4 @@ check_info['win_adsync_connector'] = {
'has_perfdata': True,
'group': 'win_adsync_connector',
'default_levels_variable': 'win_adsync_connector_default_levels',
}
}

0 comments on commit 5277213

Please sign in to comment.