Changed seconds unit from S to s (to lower case). Patch from Steven Borley.

This commit is contained in:
pnenzi 2001-06-05 18:02:49 +00:00
parent 609f57ba00
commit 4eeeed70fc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ struct plotab {
/* note: This should correspond to SV_ defined in FTEconstant.h */
struct type types[NUMTYPES] = {
{ "notype", NULL } ,
{ "time", "S" } ,
{ "time", "s" } ,
{ "frequency", "Hz" } ,
{ "voltage", "V" } ,
{ "current", "A" } ,