From 20e889b73631af908c270d9ed9b0a4342e21f4e1 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 23 Dec 2024 16:54:34 +0100 Subject: [PATCH] Fix a typo --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index a2494785c..06f806334 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -816,7 +816,7 @@ int ngSpice_nospiceinit(void) { bool t = TRUE; - cp_vset("no_spicenit", CP_BOOL, &t); + cp_vset("no_spiceinit", CP_BOOL, &t); return 0; }