diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index c55f23d..288d1fd 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -33,7 +33,7 @@ def time_in_range(start, end, x): else: return start <= x or x <= end -# Responds with a greeting of a time-aprpriate maner +# Responds with a greeting of a time-appropriate maner def helloFunc(author): now = datetime.datetime.now() if time_in_range(now.replace(hour=5, minute=0, second=0, microsecond=0),now.replace(hour=10, minute=0, second=0, microsecond=0), now):