From 4e955ca16c023ff5b0513676860e895b46a0168f Mon Sep 17 00:00:00 2001
From: scossu <stefano@cossu.cc>
Date: Sat, 12 Oct 2024 20:24:38 -0400
Subject: [PATCH] Fix one more variable.

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

diff --git a/scriptshifter/hooks/chinese/__init__.py b/scriptshifter/hooks/chinese/__init__.py
index 608318b..fa125aa 100644
--- a/scriptshifter/hooks/chinese/__init__.py
+++ b/scriptshifter/hooks/chinese/__init__.py
@@ -142,5 +142,5 @@ def person_name_pre_assembly(ctx):
         ctx.dest_ls[1] = ctx.dest_ls[1].strip()
         if ctx.dest_ls[2][0] in "aeiou":
             ctx.dest_ls[1] += "'"
-        ctx.dest_ls[1] += ctx_ls[2]
+        ctx.dest_ls[1] += ctx.dest_ls[2]
         del(ctx.dest_ls[2])