From 9a50f8b7495bacd28794301f9cc9631c1ec0d1ed Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 12 Dec 2023 17:24:23 +0100 Subject: [PATCH] typo --- src/include/ngspice/sharedspice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index 6719533f5..dc44da26c 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -86,7 +86,7 @@ named by the string in the argument. int ngSpice_LockRealloc(void) int ngSpice_UnlockRealloc(void) Locking and unlocking the realloc of output vectors during simulation. May be set -during reading output vectors in the primaty thread, while the simulation in the +during reading output vectors in the primary thread, while the simulation in the background thread is moving on. **