From b3ab9a8a951b1c042ec66637f5e6555acc58948d Mon Sep 17 00:00:00 2001
From: Christos Stavrakakis <cstavr@grnet.gr>
Date: Tue, 26 Feb 2013 18:49:18 +0200
Subject: [PATCH] Fix typo in docstring

Signed-off-by: Christos Stavrakakis <cstavr@grnet.gr>
Reviewed-by: Michele Tartara <mtartara@google.com>
---
 lib/ht.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ht.py b/lib/ht.py
index a449e82de..42e533ba8 100644
--- a/lib/ht.py
+++ b/lib/ht.py
@@ -297,7 +297,7 @@ def TAnd(*args):
 
 
 def TOr(*args):
-  """Combine multiple functions using an AND operation.
+  """Combine multiple functions using an OR operation.
 
   """
   def fn(val):
-- 
GitLab