From 7fa5c7ad87f5367a915e0b65ad3d3ecf6e935a22 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 19 Oct 2022 12:25:00 +0200 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 af1e61a96..e3a81d391 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -14,7 +14,7 @@ defined in the caller are sent to ngspice.dll. Callback funtion typedefs SendChar typedef of callback function for reading printf, fprintf, fputs -SendStat typedef of callback function for reading status string and precent value +SendStat typedef of callback function for reading status string and percent value ControlledExit typedef of callback function for tranferring a signal upon ngspice controlled_exit to caller. May be used by caller to detach ngspice.dll.