Changeset c47090 in git


Ignore:
Timestamp:
Oct 15, 2015, 6:54:15 PM (9 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e8c9869fa7ddf44e8d06637799419f0dddd8c607
Parents:
a311b308796b46b4d4f62c4adfb1226432365f62
Message:
correct spelling error in Singular lib resgraph.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/resgraph.lib

    ra311b30 rc47090  
    104104  {
    105105//--- do not leave any garbage in the public directories
    106     j=system("sh","commnd rm " + outfile + " " + @filename);
     106    j=system("sh","command rm " + outfile + " " + @filename);
    107107  }
    108108  return();
     
    290290  {
    291291//--- do not leave any garbage in the public directories
    292     j=system("sh","commnd rm " + @filename + ".jpg "+ @filename);
     292    j=system("sh","command rm " + @filename + ".jpg "+ @filename);
    293293  }
    294294  return();
Note: See TracChangeset for help on using the changeset viewer.