From 36edfd47c2e57aa714d5eb9867b8ac2c012537ff Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 27 Jun 2025 17:18:37 +0200 Subject: [PATCH] typo --- src/frontend/inp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 93ddea901..c12489ef8 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -1779,7 +1779,7 @@ com_alterparam(wordlist *wl) /* alterparam subcktname pname=vpval Parameters from within subcircuit are no longer .param lines, but have been added to the .subckt line as pname=paval and to the x line as pval. pval in the x line takes - precedence when subciruit is called, so has to be replaced here. + precedence when subcircuit is called, so has to be replaced here. Find subcircuit with subcktname. After params: Count the number of parameters (notok) until parameter pname is found. When found, search for x-line with subcktname.