Codebase list ros-bloom / 38880cb
Fix typo in util.py Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com> Prajakta Gokhale 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
400400
401401 response = response.lower()
402402 if response not in ['y', 'n', 'q']:
403 error_msg = 'Reponse `' + response + '` was not recognized, ' \
403 error_msg = 'Response `' + response + '` was not recognized, ' \
404404 'please use one of y, Y, n, N.'
405405 error(error_msg)
406406 else: