summaryrefslogtreecommitdiff
path: root/ngspice.c
diff options
context:
space:
mode:
Diffstat (limited to 'ngspice.c')
-rw-r--r--ngspice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ngspice.c b/ngspice.c
index 5efcf33..3c43ba0 100644
--- a/ngspice.c
+++ b/ngspice.c
@@ -503,7 +503,7 @@ int xctcl_spice(ClientData clientData, Tcl_Interp *interp,
case RunIdx:
if (spice_state != SPICE_READY) {
- Tcl_SetResult(interp, "Spice process busy or nonexistant", NULL);
+ Tcl_SetResult(interp, "Spice process busy or nonexistent", NULL);
return TCL_ERROR;
}
@@ -633,7 +633,7 @@ process_result:
case ResumeIdx:
if (spice_state != SPICE_READY) {
- Tcl_SetResult(interp, "Spice process busy or nonexistant", NULL);
+ Tcl_SetResult(interp, "Spice process busy or nonexistent", NULL);
return TCL_ERROR;
}
resume_spice();