poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED] pkl: fix typo in ICE message


From: Mohammad-Reza Nabipoor
Subject: [COMMITTED] pkl: fix typo in ICE message
Date: Tue, 23 May 2023 22:17:11 +0200

---
 libpoke/pkl-typify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libpoke/pkl-typify.c b/libpoke/pkl-typify.c
index 774ca58d..384399dd 100644
--- a/libpoke/pkl-typify.c
+++ b/libpoke/pkl-typify.c
@@ -2271,7 +2271,7 @@ PKL_PHASE_BEGIN_HANDLER (pkl_typify1_ps_var)
   if (PKL_AST_TYPE (initial) == NULL)
     {
       PKL_ICE (PKL_AST_LOC (initial),
-               "the type of a variable initial is unknownx");
+               "the type of a variable initial is unknown");
       PKL_PASS_ERROR;
     }
   PKL_AST_TYPE (var) = ASTREF (PKL_AST_TYPE (initial));
-- 
2.40.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]