From 18e723e90d21aa1efaa2a00972dd739caefe48ae Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(win7-laptop)>
Date: Tue, 28 Feb 2012 15:44:46 +0100
Subject: [PATCH] Fix string representation of the 'lex' operator.

---
 libwccl/ops/functions/strset/lextranslator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libwccl/ops/functions/strset/lextranslator.h b/libwccl/ops/functions/strset/lextranslator.h
index bc32326..d696b3d 100644
--- a/libwccl/ops/functions/strset/lextranslator.h
+++ b/libwccl/ops/functions/strset/lextranslator.h
@@ -49,7 +49,7 @@ public:
 	 * @returns Name of the function
 	 */
 	std::string raw_name() const {
-		return "orth";
+		return "lex";
 	}
 protected:
 	std::ostream& write_to(std::ostream& os) const;
-- 
GitLab