Fix a typo

This commit is contained in:
Holger Vogt 2024-12-23 16:54:34 +01:00
parent a841a66ee1
commit 20e889b736
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}