diff --git a/src/spicelib/devices/hisim2/hsm2set.c b/src/spicelib/devices/hisim2/hsm2set.c index 6e6b214c0..305b18105 100644 --- a/src/spicelib/devices/hisim2/hsm2set.c +++ b/src/spicelib/devices/hisim2/hsm2set.c @@ -87,7 +87,7 @@ int HSM2setup( } else { if (model->HSM2_version != 270) { model->HSM2_version = 270; /* default 270 */ - printf(" 270 is only available for VERSION. \n"); + printf(" 270 is the only available VERSION. \n"); printf(" 270 is selected for VERSION. (default) \n"); } else { printf(" %d is selected for VERSION \n", (int)model->HSM2_version); diff --git a/src/spicelib/devices/hisimhv1/hsmhvset.c b/src/spicelib/devices/hisimhv1/hsmhvset.c index f8d6cf8fe..dad794b3e 100644 --- a/src/spicelib/devices/hisimhv1/hsmhvset.c +++ b/src/spicelib/devices/hisimhv1/hsmhvset.c @@ -79,7 +79,7 @@ int HSMHVsetup( } else { if (strcmp(model->HSMHV_version,"1.23") != 0 ) { model->HSMHV_version = "1.23" ; - printf(" 1.23 is only available for VERSION. \n"); + printf(" 1.23 is the only available VERSION. \n"); printf(" 1.23 is selected for VERSION. (default) \n"); } else { printf(" %s is selected for VERSION \n", model->HSMHV_version);