From 1b96b5a087348fff62defe38822874c7a4dfff55 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 15 Jul 2019 23:35:49 +0200 Subject: [PATCH] fix typos --- 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 5b79d1725..d3729a7dc 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -947,7 +947,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile) /* in shared ngspice controls a execute in the primary thread, typically before the background thread has finished. This leads to premature execution of commands. Thus this is delegated to a function using a third thread, that - only start when the background threas has finished (sharedspice.c).*/ + only starts when the background thread has finished (sharedspice.c).*/ #ifdef SHARED_MODULE for (wl = controls; wl; wl = wl->wl_next) if (cp_getvar("controlswait", CP_BOOL, NULL, 0)) {