From 96bd671e5c2b61be4d3a5bc0aad1f2b33ed74e6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 13 Dec 1999 22:48:54 +0100
Subject: [PATCH] Fixed typo.

Rev: src/interpreter.h:1.27
---
 src/interpreter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interpreter.h b/src/interpreter.h
index 736e39ca17..c6da0e01fa 100644
--- a/src/interpreter.h
+++ b/src/interpreter.h
@@ -1307,7 +1307,7 @@ static int eval_instruction(unsigned char *pc)
 	   * for array, mapping and multiset, so we perform a more lenient
 	   * check for them.
 	   */
-	  if (!pike_types_le(sval_type, weak_type_type_string) ||
+	  if (!pike_types_le(sval_type, weak_type_string) ||
 	      !match_types(sval_type, sp[-2].u.string)) {
 	    struct pike_string *t1;
 	    struct pike_string *t2;
-- 
GitLab