From a3fef757a5a0afa32eebdfe72e3bda5354a1be6b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 10 Dec 2023 15:16:05 +0100 Subject: [PATCH] typo --- src/spicelib/devices/res/restemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/res/restemp.c b/src/spicelib/devices/res/restemp.c index 993a7795f..0d0a0b61f 100644 --- a/src/spicelib/devices/res/restemp.c +++ b/src/spicelib/devices/res/restemp.c @@ -69,7 +69,7 @@ RESupdate_conduct(RESinstance *here, bool spill_warnings) } else { if (spill_warnings) SPfrontEnd->IFerrorf (ERR_WARNING, - "%s: resistance to low, set to 1 mOhm", here->RESname); + "%s: resistance too low or not given, set to 1 mOhm", here->RESname); here->RESresist = 1e-03; } }