*** empty log message ***

This commit is contained in:
stefanjones 2004-07-07 22:11:38 +00:00
parent b6ce59440b
commit 98af08c884
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ static int plot_getvector TCL_CMDPROCARGS(clientData,interp,argc,argv) {
if (argc < 4 || argc > 6) {
Tcl_SetResult(interp,
"Wrong # args. spice::plot_getvector spice_variable vecName ?start? ?end?",
"Wrong # args. spice::plot_getvector plot spice_variable vecName ?start? ?end?",
TCL_STATIC);
return TCL_ERROR;
}