Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Avramov committed Jan 18, 2023
1 parent 7126c2e commit d822dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nohang
Original file line number Diff line number Diff line change
Expand Up @@ -3695,7 +3695,7 @@ if 'max_victim_ancestry_depth' in config_dict:
errprint('Invalid max_victim_ancestry_depth value, not integer\nExit')
exit(1)
if max_victim_ancestry_depth < 1:
errprint('Invalud max_victim_ancestry_depth value\nExit')
errprint('Invalid max_victim_ancestry_depth value\nExit')
exit(1)
else:
missing_config_key('max_victim_ancestry_depth')
Expand Down

0 comments on commit d822dff

Please sign in to comment.