Changeset 313600 in git


Ignore:
Timestamp:
May 24, 2007, 6:53:05 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5c0452b5d87482725b7ce0a29a3c601380b0c946
Parents:
33fdfb8722e1a8f8908e59c559f55729da5e78ca
Message:
*hannes: fixed typo


git-svn-id: file:///usr/local/Singular/svn/trunk@10093 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mpr_inout.cc

    r33fdfb r313600  
    33****************************************/
    44
    5 /* $Id: mpr_inout.cc,v 1.4 2007-05-24 16:50:42 Singular Exp $ */
     5/* $Id: mpr_inout.cc,v 1.5 2007-05-24 16:53:05 Singular Exp $ */
    66
    77/*
     
    7171    break;
    7272  case mprInfNumOfVars:
    73     Werror("Wrong number of elements in given ideal %s,should be %d resp. %d!",
     73    Werror("Wrong number of elements in given ideal %s, should be %d resp. %d!",
    7474           name,pVariables+1,pVariables);
    7575    break;
    7676  case mprNotZeroDim:
    77     Werror("The given ideal %s must 0-dimensional!",name);
     77    Werror("The given ideal %s must be 0-dimensional!",name);
    7878    break;
    7979  case mprNotHomog:
    80     Werror("The given ideal %s has to be homogeneous in"
    81            " the first ring variable!",name);
     80    Werror("The given ideal %s has to be homogeneous in the first ring variable!",
     81           name);
    8282    break;
    8383  case mprNotReduced:
Note: See TracChangeset for help on using the changeset viewer.