From 370bb367db06c77890d9dc20d3e99a9679a85add Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Wed, 14 Dec 2005 11:49:52 +0000
Subject: [PATCH] (Expectable): Fixed typo in docstring.

---
 pcl_expect/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcl_expect/__init__.py b/pcl_expect/__init__.py
index 30459a4..5bf3839 100644
--- a/pcl_expect/__init__.py
+++ b/pcl_expect/__init__.py
@@ -107,7 +107,7 @@ class Expectable:
         - buffer()   -- return the current contents of the buffer.
         - remove_first() -- remove the first N bytes from the buffer.
 
-       The followin attributes are set when a match occurs:
+       The following attributes are set when a match occurs:
 
         - match    -- A MatchObject from the re module.
         - consumed -- The string that was consumed by the re or
-- 
GitLab