serverstf / python-valve

A Python Interface to various Valve products and services
Other
236 stars 71 forks source link

Fixed some typos #58

Closed nitroflow closed 6 years ago

nitroflow commented 6 years ago

68c68

<         time_sent = monontic.monotonic()
---
>         time_sent = monotonic.monotonic()

72c72

<         return (time_received - t_sent) * 1000.0
---
>         return (time_received - time_sent) * 1000.0
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 70.261% when pulling 7b031b62d9ce6d9a075e5563cae8a6f460137aeb on nitroflow:patch-1 into 13d6f81da37cacaabe8bdf9ffe387b70ab754bda on serverstf:master.

Yepoleb commented 6 years ago

Thanks for your PR!