# HG changeset patch
# User Luke Bakken <luke@bakken.io>
# Date 1536100453 25200
#      Tue Sep 04 15:34:13 2018 -0700
# Node ID 37366c634f19a8fce6d65c3f5da5ca298349e550
# Parent  f06bd527ae91ea278eab2df5bb337907a92ce597
fix typo

diff --git a/pika/heartbeat.py b/pika/heartbeat.py
--- a/pika/heartbeat.py
+++ b/pika/heartbeat.py
@@ -14,7 +14,7 @@
 
     """
     _CONNECTION_FORCED = 320
-    _STALE_CONNECTION = "No activity or too many missed meartbeats in the last %i seconds"
+    _STALE_CONNECTION = "No activity or too many missed heartbeats in the last %i seconds"
 
     def __init__(self, connection, timeout):
         """Create an object that will check for activity on the provided