Skip to content

Commit

Permalink
Spelling mistake corrected per review comments. No logical code change.
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jan 8, 2021
1 parent de80406 commit 24445ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/route_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def set_level(lvl, log_to_syslog):

def print_message(lvl, *args):
"""
print and log the message for give level.
print and log the message for given level.
:param lvl: Log level for this message as ERR/INFO/DEBUG
:param args: message as list of strings or convertible to string
:return None
Expand Down

0 comments on commit 24445ad

Please sign in to comment.